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
66
66
This contains information of the first matching substring within this famous palindrome, specifically:
67
67
- ` match ` - the substring within the original string that matches the regex
68
68
- ` 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
70
70
- ` groups ` - if capturing groups are used in the regex, then this array contains a string for the text captured by each group
71
71
- ` next() ` - when invoked, will return details of the second occurrence of any matching substring (and so on).
72
72
You can’t perform that action at this time.
0 commit comments