Last Updated: Dec 10, 2020
Use this function to collapse sequences of white space into a single character and trim string.
Collapse whitespaces (input)
Input Parameter Name | Description |
---|---|
input | input string |
Return value | Description |
---|---|
text | Returns the trimmed text |
Collapse Spaces (‘string to test’) = ‘string to test’
To view all the Text functions, click here.