File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ This returns the following JSONata object (JSON, but also with a function proper
6666This contains information of the first matching substring within this famous palindrome, specifically:
6767- ` match ` - the substring within the original string that matches the regex
6868- ` start ` - the starting position (zero offset) of the matching substring within the original string
69- - ` end ` - the endinging position of the matching substring within the original string
69+ - ` end ` - the ending position of the matching substring within the original string
7070- ` groups ` - if capturing groups are used in the regex, then this array contains a string for the text captured by each group
7171- ` next() ` - when invoked, will return details of the second occurrence of any matching substring (and so on).
7272
You can’t perform that action at this time.
0 commit comments