Application Integration
- Application Integration
- All Products
fn:contains(arg1, arg2, collation)
Argument | Required/Optional | Description |
|---|---|---|
arg1 | Required | The main string to check for the presence of
another substring. If it is empty-sequence() ,
it is treated as an empty string. |
arg2 | Required | The substring to find within
$arg1 . This is the substring you are
searching for. If it is empty-sequence() , it is
treated as an empty string. |
collation | Optional | A URI that specifies the collation to be used
when comparing strings. Collations define locale-specific rules
for string comparison. If omitted, the default collation is
used. |
|
|
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|