RE2: a principled approach to regular expression matching
[Posted December 12, 2012 by n8willis]
Google has released a project called RE2, an alternative regular expression matching engine that it describes as a "mostly drop-in replacement for PCRE's C++ bindings." RE2 implements regular expression matching without a backtracking search, the approach used by most other implementations that can have an exponential run time in worst-case scenarios.
(
Log in to post comments)