Changes

Jump to navigation Jump to search
38 bytes removed ,  14:56, 24 December 2020
| '''Summary'''
|Checks if the specified {{Code|$sequence}} has at least {{Code|$min}} and, optionally, at most {{Code|$max}} items. Equivalent to:
<syntaxhighlight lang="xquery"code>let $count := count($sequence)return $count >= $min and $count <= $max</syntaxhighlightcode>
|-
| '''Examples'''
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu