STRIP
Remove all leading and trailing spaces from a string
Example Usage
STRIP(" ABC123. ") -> "ABC123"
Overview
Function signature
STRIP(value)
Category
String
Return data type
string
Arguments
Name | DataType | List Options | Description |
---|---|---|---|
value | string | The string from which to remove leading and trailing spaces |