|
How to: |
The TRIM function removes leading and/or trailing occurrences of a pattern within a character string.
TRIM(trim_where, source_string, length, pattern, sublength, output)
where:
Alphanumeric
Is one of the following, which indicates where to remove the pattern:
'L' removes leading occurrences.
'T' removes trailing occurrences.
'B' removes both leading and trailing occurrences.
Alphanumeric
Is the string to trim .
Integer
Is the number of characters in the source string.
Alphanumeric
Is the character string pattern to remove.
Integer
Is the number of characters in the pattern.
Alphanumeric
| WebFOCUS | |
|
Feedback |