The TRIM function trims the white space from either the left and/or right of the input string.
| Input | Data Type | Description |
|---|---|---|
| Input1 | String | The string to trim. |
| Output | Data Type | Description |
|---|---|---|
| Output1 | String | The trimmed string. |
| Name | Property Type | Description | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Trim | choice |
Specifies whether to trim both the left and the right, or to trim only one side.
|