Skip to content

Trim

Type Function: STRING

Input STR STRING (String input)
Output STRING (STR without spaces)
The TRIM function removes all spaces from STR.

trim

Example:

TRIM('find BX12') = 'findBX12'