Trim
Trims leading and trailing spaces and control characters from a string.
Structure
Trim(string): string;
Parameters
Return Value
Description
Trim removes leading and trailing spaces and control characters from the given string S. |
Trims leading and trailing spaces and control characters from a string.
Structure
Trim(string): string;
Parameters
Return Value
Description
Trim removes leading and trailing spaces and control characters from the given string S. |