TRIM
Learn how to trim leading and trailing spaces in text fields.
Last updated
Was this helpful?
Learn how to trim leading and trailing spaces in text fields.
The TRIM function removes leading and trailing spaces from a text string, but retains spaces that are between words.
trim(value:string)value - Required. A text string.
trim(' Lumel Technologies ')
//Returns “Lumel Technologies"
Last updated
Was this helpful?
Was this helpful?