Skip to content

Commit 30d6ead

Browse files
committed
Update Language-Definition.md
1 parent 5a2e18d commit 30d6ead

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

docs/Language-Definition.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
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>
@@ -15,6 +18,18 @@
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

0 commit comments

Comments
 (0)