[LIB REQUEST] RE2 regex library
Library name:
RE2
Library description:
RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python.
Library repository:
https://github.com/google/re2
Library homepage:
None but https://github.com/google/re2
Motivation:
Nothing special, but it would be useful to me and to people I work with..
Smoke test:
re2::RE2::FullMatch("hello", "h...o");
Hi! Thanks for taking the time to request the library. Libraries that are not header-only take us a bit to add to the site, so this might take a while until it pops up in the live site, sorry!
I'd like this lib too. I'm willing to add it, I just have a concern: it depends on abseil (which is already one of the libs), but I'm not sure how to tell it where to find it.
This is now live