Removes leading, trailing and repeated whitespace from a text string
TRIM( string)
string
Removes leading, trailing, and repeated whitespace from a text string.
Input
Description
text
Text(s) to strip of whitespace
Outputs string without excess whitespaces
TRIM(" leeroy jenkins ") >>leeroy jenkins
Last updated 4 years ago
Was this helpful?