TRIM

From AgileApps Support Wiki

The TRIM function removes spaces from the beginning and/or end of a string.

Syntax
TRIM('string')
Return
Text string
Example
TRIM(' krypton ') = 'krypton'