TRIM
Learn how to trim leading and trailing spaces in text fields.
Syntax
trim(value:string)Arguments
Example
trim(' Lumel Technologies ')
//Returns “Lumel Technologies"
Excel equivalent
Last updated
Was this helpful?