Back to Core Functions
strip
Remove leading and trailing whitespace
Syntax
s = strip(str)
Description
Removes leading and trailing whitespace characters from the string.
Parameters
| Name | Description |
|---|---|
| str | Input string |
Returns
Trimmed string