Table of Contents

, , , ,

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 ...