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 ... 
  • Last modified: 2025/02/07 01:08