Your Browser is not longer supported
Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...
{{viewport.spaceProperty.prod}}
TRIM( ) Remove matching characters at the beginning or end of a string
The TRIM( ) function removes matching characters at the beginning, end or both ends of a string.
Result type: STRING
TRIM( ) |
STRING = string_expression ,SIDE = *BOTH / *LEFT / *RIGHT ,TRIM-BYTE = C''BLANK' ' / character |