Skip to content

Commit 1b53113

Browse files
authored
add 'sub' line with function param names
1 parent c8773ab commit 1b53113

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ Extensions
193193
| len | - ``$.objects.`len``` |
194194
+--------------+-----------------------------------------------+
195195
| sub | - ``$.field.`sub(/foo\\\\+(.*)/, \\\\1)``` |
196+
| | - ``$.field.`sub(/regex/, replacement)``` |
196197
+--------------+-----------------------------------------------+
197198
| split | - ``$.field.`split(+, 2, -1)``` |
198199
| | - ``$.field.`split(sep, segement, maxsplit)```|

0 commit comments

Comments
 (0)