TRIM
Removes leading, trailing and repeated whitespace from a text string
TRIM( string
)
Removes leading, trailing, and repeated whitespace from a text string.
Arguments
Input | Description |
| Text(s) to strip of whitespace |
Output
Outputs string
without excess whitespaces
Example
Last updated