-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nested groups do not work #10
Comments
|
I will propsoe function renaming as well since from https://regex101.com and possibility if mutipule matches ,
execForAllGroups(string: string, includeFullMatch: boolean) |
execForGroup(string: string, group: Number) |
it will be very standard experience if user is given all flag choices instead of forcing it. |
oh and return result would be |
regex101:
https://regex101.com/r/Whivxv/1
JSFIDDLE: (with MultiRegExp2 usage for same test case)
https://jsfiddle.net/bababalcksheep/o104bcq6/18/
should return
2 matches
, each macth has1 full match
and2 gruops
The text was updated successfully, but these errors were encountered: