Application Integration
- Application Integration
- All Products
fn:starts-with(arg1, arg2, collation)
Argument | Required/Optional | Description |
|---|---|---|
arg1 | Required | The main string to be checked. This is the
string you want to determine if it starts with
$arg2 . If it is an empty sequence
(() ), it is treated as an empty
string. |
arg2 | Required | The substring to check for at the start of
$arg1 . If this argument is an empty
sequence, it is treated as an empty string. |
collation | Optional | A URI that specifies the collation to be used
for string comparison. Collations are sets of rules for
comparing characters in strings. If this parameter is omitted,
the default collation is used. |
|
|
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|