STRIP_PREFIX
Remove the given prefix from the beginning of the string.
Syntax
Arguments
Name | Type | Description | Default Value |
---|---|---|---|
input | string | ||
prefix | string |
Returns
Returns a string
value.
Examples
input | prefix | Output |
---|---|---|
'((foo))' | '(' |
|
'foo' | '(' |
|
Transformation job example
SQL
Query result
input | prefix | Output |
---|---|---|
'((foo))' | '(' |
|
Last updated