File tree 1 file changed +16
-1
lines changed
1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Language Definition
2
2
3
3
<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 >
5
8
<tr >
6
9
<td>
7
10
<a href="#allarray-predicate">all()</a><br>
15
18
<a href="#filterarray-predicate">filter()</a><br>
16
19
<a href="#countarray-predicate">count()</a><br>
17
20
</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>
18
33
</tr >
19
34
</table >
20
35
You can’t perform that action at this time.
0 commit comments