Application Integration
- Application Integration
- All Products
fn:ends-with(arg1, arg2, collation)
Argument | Required/Optional | Description |
|---|---|---|
arg1 | Required | The main string to be checked. This is the
string you want to analyze to see if it ends with
$arg2 . If it is an
empty-sequence() , it is treated as an empty
string. |
arg2 | Required | The substring to compare against the end of
$arg1 . If it is an
empty-sequence() , it is treated as an empty
string. |
collation | A URI that specifies the collation to be used
when comparing strings. Collations define locale-specific rules
for comparing characters. The default collation is used if this
parameter is omitted. |
|
|
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Assume
"http://example.com/collation" supports
specific comparison rules. The output would depend on whether
the specified collation affects the treatment of accents or
other features, possibly returning
true . |