blob: 584f5456cc364d2e2e744eb125af60b8e965389e (
plain)
1
2
3
4
|
The CRE2 distribution is a C language wrapper for the RE2 library,
which is implemented in C++. RE2 is a fast, safe, thread-friendly
alternative to backtracking regular expression engines like those used
in PCRE, Perl, and Python.
|