</pre>
* cardinalityThe {{Code|occurs}} keyword comes into play when more than one occurrence of a token is to be found: <pre class="brush:xquery">"one and two and three" contains text "and" occurs at least 2 times</pre> Varius range modifiers are available: {{Code|exactly}}, {{Code|at least}}, {{Code|at most}}, and {{Code|from ... to ...}}
==Positional Filters==