Description
RE2-backed regular expression matching can replace the default Perl regex engine within selected lexical scopes. Developers use it to avoid some pathological backtracking behavior or align matching with RE2 semantics. Regex behavior can change, so affected code needs compatibility testing.