Last Updated: Feb 14, 2022
Use this function to remove all adjacent white spaces in the input string into a single space.
Strip Spaces (input)
| Input Parameter Name | Description |
|---|---|
| input | input string |
| Return value | Description |
|---|---|
| text | Returns the trimmed text |
Strip Spaces (‘a b c d’)
Removes all adjacent white spaces in the string ‘a b c d’ into a single space.
To view all the Text functions, click here.