Details
Description
trim(string A): string
Returns the string resulting from trimming spaces from both ends of A. For example, trim(' foobar ') results in 'foobar'
trim(string A): string
Returns the string resulting from trimming spaces from both ends of A. For example, trim(' foobar ') results in 'foobar'