Skip to content

Full modifiers and backreference support

Compare
Choose a tag to compare
@tom-lord tom-lord released this 03 Feb 21:53
· 309 commits to master since this release

Fixed various important edge cases, like non-greedy operator, and some backreference scenarios.
For example, all of the following not work, which did not in the previous version:

/a++/.examples
/a{1}?/.examples
/([ab]){2} \1/.examples