Trims whitespace off edges of text. :samp:`Trim("{FIELD_NAME}")`
| 8 | |
| 9 | |
| 10 | class Trim(Function): |
| 11 | """ |
| 12 | Trims whitespace off edges of text. |
| 13 | |
| 14 | :samp:`Trim("{FIELD_NAME}")` |
| 15 | """ |
| 16 | |
| 17 | database_func = functions.Trim |
| 18 | |
| 19 | |
| 20 | class Length(Function): |
no outgoing calls
searching dependent graphs…