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 2 years ago
Was this helpful?