Implementing Regular Expressions Russ Cox [email protected] This page collects resources about implementing regular expression search efficiently. Articles and Notes âRegular Expression Matching Can Be Simple And Fastâ An introduction to using finite automata to implement regular expression matching, and why the standard backtracking implementation is a bad idea. Supporting programs: NFA | DFA | bound
{{#tags}}- {{label}}
{{/tags}}