ICI Modules: str: trim Modules by name : by type Synopsis string = str.trim(string) Description Removes any leading and trialing whitespace from the argument and returns the string. Whitespace are space or tab characters.
string = str.trim(string)
Removes any leading and trialing whitespace from the argument and returns the string. Whitespace are space or tab characters.