Changes

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

edits

Navigation menu