Closed
Description
We have a doc describing backtracking in regular expressions, potential pitfalls and how to control it:
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
Metadata
Metadata
Assignees
Labels
No labels