MarkLogic 10 Product Documentation
fn:emptyfn:empty(
$arg as item()*
) as xs:boolean
Summary
If the value of $arg is the empty sequence, the function returns true;
otherwise, the function returns false.
Parameters |
arg |
A sequence to test.
|
Example
fn:empty(fn:remove(("hello", "world"), 1))
=> false
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.