Data Integration-Free and PayGo
- Data Integration-Free and PayGo
- All Products
sff:ltrim(str, trim_set)
Arguments
| Required/
Optional
| Description
|
---|---|---|
str
| Required
| Any string value. Passes the strings that you want to modify. You can enter any valid transformation expression. Use operators to perform comparisons or concatenate strings before removing characters from the beginning of a string.
You must enclose the string value within single or double quotation marks.
To pass a NULL value, you must specify an empty sequence in the following format:
()
|
trim_set
| Optional
| Any string value. Passes the characters that you want to remove from the beginning of the first string. You can enter any valid transformation expression. You can also enter a character string.
You must enclose the trim set value within single or double quotation marks.
To pass a NULL value, you must specify an empty sequence in the following format:
()
The ltrim function is case sensitive. For example, if you want to remove the 'A' character from the string 'Alfredo', you would enter 'A', not 'a'.
|
sff:ltrim( LAST_NAME, 'S.')
|
|
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sff:ltrim( sff:ltrim( NAMES ), 'T' )