trim
The trim function removes leading and trailing whitespace characters from a string (Space, Tab, Line Feed, Carriage Return, Form Feed, and Vertical Tab). For more information about scenarios in which the trim function can be useful, see the following topics:
•MapForce Mapping as a Scheduled Job
Signature
trim(string:string) -> string |
Parameters
Name | Type | Description |
---|---|---|
string | string | The input string whose leading and trailing whitespace you want to trim. |