Trim(Text text)

Returns text with leading and trailing white space characters removed.

Parameters

text
The text from which you want to remove spaces.

Returns

Text

Remarks

Whitespace characters include space, tab, CR, and LF.

Examples