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
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[
[email protected] ~= "a.+a"] regex
| 209212+--------------+----------------------------------------------+
210213| arithmetic | - $.foo + "_" + $.bar |
211214| (-+*/) | - $.foo * 12 |
You can’t perform that action at this time.
0 commit comments