Trim
Remove leading and trailing blank space from text.
Input
| Field | Definition | Type | Required | 
|---|---|---|---|
| text | String value from which leading and trailing blank spaces are removed. | String | TRUE | 
Output
| Field | Definition | Type | 
|---|---|---|
| output | String value after leading and trailing blank spaces are removed. | String | 
Example
The following string value contains leading and trailing blank spaces:         Hello, World  .
The output field will return Hello, World.
