-
Notifications
You must be signed in to change notification settings - Fork 263
Updates for missing features in regular expressions. #1337
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
Conversation
I am still updating the results. |
All regex related tests are updated. The remaining failures are from other tests. |
Thanks! As described in #1322, I will need a new one-time CLA that will cover all your future contributions. I've emailed you the new CLA, and one it's completed I can look at PRs. |
I signed the document. |
Looks great, thanks Max! |
Hey, sorry to necromance a pull request, but it looks like you only checked in the .cpp of pure2-regex_20_lookbehind and not the .cpp2. Any chance that could get fixed? |
Thanks for the hint. I added the file and created a pull request. |
Added some of the missing features for regular expression.
find_all
method for the regular expressions.\G
.The PR can be squashed into one commit. I left the commits for better review granularity.