TRIM

The TRIM function trims the white space from either the left and/or right of the input string.

Input

Number of Connections: 1
InputData TypeDescription
Input1StringThe string to trim.

Output

OutputData TypeDescription
Output1StringThe trimmed string.

Property

NameProperty TypeDescription
Trimchoice Specifies whether to trim both the left and the right, or to trim only one side.

Both - Trims both the left and the right.
Left - Trims the left only.
Right - Trims the right only.

Topic