{{tag>Index Function Function_List Text Version:V5 }} ====== TRIM ====== ===== Description ===== Removes leading and trailing spaces at the start and end of the string ===== Parameters ===== A string or an expression producing a string ===== Example ===== IF TRIM ('Some string ') = 'abc' THEN ...