File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -192,6 +192,8 @@ Extensions
192
192
+==============+==============================================+
193
193
| len | - $.objects.`len` |
194
194
+--------------+----------------------------------------------+
195
+ | keys | - $.dict_field.`keys`(returns a list of keys)|
196
+ +--------------+----------------------------------------------+
195
197
| sub | - $.field.`sub(/foo\\\\ +(.*)/, \\\\ 1)` |
196
198
+--------------+----------------------------------------------+
197
199
| split | - $.field.`split(+, 2, -1)` |
@@ -206,6 +208,7 @@ Extensions
206
208
| | - $.objects[?some_field > 5 & other < 2)] and|
207
209
| | - $.objects[?some_field>5 |some_field<2)] or |
208
210
| | - $.objects[?(!(field>5 | field<2))] not|
211
+ | | - $.objects[?@.field ~= "a.+a"] regex|
209
212
+--------------+----------------------------------------------+
210
213
| arithmetic | - $.foo + "_" + $.bar |
211
214
| (-+*/) | - $.foo * 12 |
You can’t perform that action at this time.
0 commit comments