Sign in
code
/
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.
Clone this repo:
Branches
master
abseil
gh-pages
Tags
2021-02-02
2021-02-01
2020-11-01
2020-10-01
2020-08-01
2020-07-06
2020-07-01
2020-06-01
2020-05-01
2020-04-01
More...
f8e389f
Make it easier to swap in a scalable reader-writer mutex.
by Paul Wankadia
· 13 days ago
master
377eca0
Address some `-Wmissing-field-initializers' warnings.
by Paul Wankadia
· 2 weeks ago
7107ebc
Mention the WebAssembly wrapper.
by Paul Wankadia
· 4 weeks ago
0466eef
Make *Cached* benchmarks actually use cached objects.
by Paul Wankadia
· 5 weeks ago
cd026c5
Undo SONAME bump. CharClass isn't exposed.
by Paul Wankadia
· 5 weeks ago
2021-02-02
dabba45
Use `static_cast<>` instead of a C-style cast.
by Paul Wankadia
· 6 weeks ago
2021-02-01
c50caed
Address `-Wnull-dereference' warnings from GCC 10.x.
by Paul Wankadia
· 6 weeks ago
37fabb4
use target_include_directories() instead of include_directories().
by Dirk Reinbach
· 8 weeks ago
c33d168
Make RequiredPrefixForAccel() "see through" capturing groups.
by Paul Wankadia
· 10 weeks ago
40bd10c
Correct the WINVER check for SRWLOCK.
by Paul Wankadia
· 10 weeks ago
91420e8
Remove a double space from mksyntaxgo for Go folks.
by Paul Wankadia
· 3 months ago
9e54305
Make benchmarks use substrings of a random text buffer.
by Paul Wankadia
· 4 months ago
d084f38
Add note about Go Unicode character classes
by Tom Payne
· 4 months ago
166dbbe
Fix symbol visibility and add test coverage.
by Paul Wankadia
· 4 months ago
2020-11-01
fd2a80f
Get the conditional right this time. Sigh.
by Paul Wankadia
· 5 months ago
703e42e
Don't support ParseFrom() on MSVC. It can cause ICEs.
by Paul Wankadia
· 5 months ago
a84f971
Ensure that RE2::Arg works even with overloaded ParseFrom().
by Paul Wankadia
· 5 months ago
7c2e104
Refactor the RE2::Arg templates for readability.
by Paul Wankadia
· 5 months ago
fb85161
Rename namespace internal to namespace re2_internal.
by Paul Wankadia
· 5 months ago
9341421
Address `-Wunused-parameter' warnings.
by Paul Wankadia
· 5 months ago
More »