We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PCRE has lots of regex functional tests we should port over to improve our coverage and help maintain/validate compatibility: https://github.com/PhilipHazel/pcre2/tree/master/testdata, e.g. https://github.com/PhilipHazel/pcre2/blob/eb42305f072549facb3293f392f25768f35fa218/testdata/testoutput1
The text was updated successfully, but these errors were encountered:
Tagging subscribers to this area: @eerhardt, @dotnet/area-system-text-regularexpressions See info in area-owners.md if you want to be subscribed.
area-System.Text.RegularExpressions
Sorry, something went wrong.
PCRE.NET has test support for parsing pcre's testdata files: https://github.com/ltrzesniewski/pcre-net/tree/4fc7fb590a774070534177727c0ce9c43a8c4d90/src/PCRE.NET.Tests/Pcre
joperezr
Successfully merging a pull request may close this issue.
PCRE has lots of regex functional tests we should port over to improve our coverage and help maintain/validate compatibility:
https://github.com/PhilipHazel/pcre2/tree/master/testdata, e.g.
https://github.com/PhilipHazel/pcre2/blob/eb42305f072549facb3293f392f25768f35fa218/testdata/testoutput1
The text was updated successfully, but these errors were encountered: