Skip to content

Commit 2492593

Browse files
author
dlacher
committed
updated README
1 parent 23c2f64 commit 2492593

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,8 @@ Extensions
192192
+==============+==============================================+
193193
| len | - $.objects.`len` |
194194
+--------------+----------------------------------------------+
195+
| keys | - $.dict_field.`keys`(returns a list of keys)|
196+
+--------------+----------------------------------------------+
195197
| sub | - $.field.`sub(/foo\\\\+(.*)/, \\\\1)` |
196198
+--------------+----------------------------------------------+
197199
| split | - $.field.`split(+, 2, -1)` |
@@ -206,6 +208,7 @@ Extensions
206208
| | - $.objects[?some_field > 5 & other < 2)] and|
207209
| | - $.objects[?some_field>5 |some_field<2)] or |
208210
| | - $.objects[?(!(field>5 | field<2))] not|
211+
| | - $.objects[?@.field ~= "a.+a"] regex|
209212
+--------------+----------------------------------------------+
210213
| arithmetic | - $.foo + "_" + $.bar |
211214
| (-+*/) | - $.foo * 12 |

0 commit comments

Comments
 (0)