Application Integration
- Application Integration
- All Products
fn:substring-after(arg1, arg2, collation)
Argument | Required/Optional | Description |
|---|---|---|
arg1 | Required | The input string from which the substring will
be extracted. If the argument is an empty sequence
( () ), it is treated as an empty
string. |
arg2 | Required | The substring to search for within
$arg1 . The function returns the portion of
$arg1 that follows the first occurrence of
$arg2 . If $arg2 is an
empty sequence, it is treated as an empty string. |
collation | Required | The collation to use to compare
strings |
|
|
|---|---|
|
|
|
|
| zero-length string |
| zero-length string |
|
|
| zero-length string |
|
|