Syntax
RQL
Parameters
| Name | Type | Description |
|---|---|---|
value | Utf8 | The string to trim |
Return Value
Returns a new string with leading and trailing whitespace removed.
Examples
Clean user input
$ Clean user input
Filter non-empty strings
$ Filter non-empty strings
