re2/README.md

5 lines
164 B
Markdown
Raw Normal View History

2024-01-05 17:22:34 +01:00
# re2
RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.