Last Updated: May 10, 2022
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.