File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 11# Language Definition
22
33<table >
4- <tr ><th colspan =" 2 " >Built-in Functions</th ></tr >
4+ <tr >
5+ <th colspan="2">Built-in Functions</th>
6+ <th colspan="2">Operators</th>
7+ </tr >
58 <tr >
69 <td>
710 <a href="#allarray-predicate">all()</a><br>
1518 <a href="#filterarray-predicate">filter()</a><br>
1619 <a href="#countarray-predicate">count()</a><br>
1720 </td>
21+ <td>
22+ <a href="#string-operators">matches</a><br>
23+ <a href="#string-operators">contains</a><br>
24+ <a href="#string-operators">startsWith</a><br>
25+ <a href="#string-operators">endsWith</a><br>
26+ </td>
27+ <td>
28+ <a href="#membership-operators">in</a><br>
29+ <a href="#membership-operators">not in</a><br>
30+ <a href="#range-operator">x..y</a><br>
31+ <a href="#slice-operator">[x:y]</a><br>
32+ </td>
1833 </tr >
1934</table >
2035
You can’t perform that action at this time.
0 commit comments