Trim

Function

Trim(text)

text

Trim is included by default in each file as part of the Text library.

 

See also:


Use

The Trim() function removes the spaces from both sides of a text value and any extra spaces between words.

Examples
  • Trim(" abcdefg ")  = "abcdeg"
  • Trim(" Do you wish me a good morning?")  = "Do you wish me a good morning?"