trim
Removes leading and trailing whitespace characters from the string (Space, Tab, Line Feed, Carriage Return, Form Feed, and Vertical Tab).
Signature
trim(string:string) -> string |
Parameters
Name | Type | Description |
---|---|---|
string | string | The input string. |