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
We have a doc describing backtracking in regular expressions, potential pitfalls and how to control it:
https://github.com/dotnet/docs/blob/main/docs/standard/base-types/backtracking-in-regular-expressions.md
Since this was written there was a huge step forward -- in .NET 7 we shipped a non backtracking regex engine. https://devblogs.microsoft.com/dotnet/regular-expression-improvements-in-dotnet-7/#backtracking-and-regexoptions-nonbacktracking
We should update this doc to point to that and when one might want to use that engine.
cc @stephentoub
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
We have a doc describing backtracking in regular expressions, potential pitfalls and how to control it:
https://github.com/dotnet/docs/blob/main/docs/standard/base-types/backtracking-in-regular-expressions.md
Since this was written there was a huge step forward -- in .NET 7 we shipped a non backtracking regex engine.
https://devblogs.microsoft.com/dotnet/regular-expression-improvements-in-dotnet-7/#backtracking-and-regexoptions-nonbacktracking
We should update this doc to point to that and when one might want to use that engine.
cc @stephentoub
The text was updated successfully, but these errors were encountered: