TRIM

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

Input/Output

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

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