Last Updated: May 27, 2021
Use this function to remove all whitespace from both sides of the input string.
Trim (input)
Input Parameter Name | Description |
---|---|
input | input string |
Return value | Description |
---|---|
text | Returns the trimmed string |
Trim ( ‘ abcde ’ )
To view all the Text functions, click here.