Skip to content

Trim1

Type Function: STRING

Input STR STRING (String input)
Output STRING (STR without double spaces)
The function TRIM1 replaces multiple spaces with one space. Spaces at the beginning and the end of STR will be deleted completely.

trim1

Example:

TRIM1(' find  BX12 ') = 'find BX12'