Tagged Questions

6
votes
4answers
291 views
+100

Regex implementation that can handle machine-generated regex’s: *non-backtracking*, O(n)?

Or, to restate... Where can I find robustly fast Regex implementation? Does anyone know of a normal non-backtracking (System.Text.RegularExpressions backtracks) linear time regex …