Skip to content
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

pcre2mnrl doesn't work correctly with capture groups #7

Open
AgiLuong opened this issue Oct 26, 2023 · 0 comments
Open

pcre2mnrl doesn't work correctly with capture groups #7

AgiLuong opened this issue Oct 26, 2023 · 0 comments

Comments

@AgiLuong
Copy link

AgiLuong commented Oct 26, 2023

Given a pcre like /(AB|CD)*AFF*/

pcre2mnrl will compile correctly the AFF* part, but will miss out on the (AB|CD)* part; i.e., the generated mnrl file doesn't contain (AB|CD).

pcre2mnrl will compile /(AB|CD)AFF*/ correctly, however.

I will note that there is no error:
Unsupported Modifier Count: 0
Unable to compile: 0

Thank you for any insight!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant