TRIM

Removes leading and trailing spaces at the start and end of the string

A string or an expression producing a string

IF TRIM ('Some string ') = 'abc' THEN ...