TRIM

Remove spaces from the begging and the end of the string.

Parameter List

Syntax
TRIM(text)
text

The string to trim

Examples

TRIM("this is dashdash") returns " this is dashdash "