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
main
abseil
gh-pages
Tags
2023-03-01
2023-02-01
2022-12-01
2022-06-01
2022-04-01
2022-02-01
2021-11-01
2021-09-01
2021-08-01
2021-06-01
More...
11073de
Add Clang 16 to the build matrix.
by Paul Wankadia
· 8 days ago
main
b059ae8
Move inst_ out of the blob of memory for a State.
by Paul Wankadia
· 3 weeks ago
f0402c0
Update a comment in `DFA::WorkqToCachedState()`.
by Paul Wankadia
· 4 weeks ago
3a8436a
Fuzz `RE2::Set` and `FilteredRE2`.
by Paul Wankadia
· 5 weeks ago
2023-03-01
9049cd2
Add the `RE2_BUILD_FRAMEWORK` option to build RE2 as a framework.
by Paul Wankadia
· 6 weeks ago
d074884
Use `PUBLIC_HEADER` to install headers.
by Paul Wankadia
· 6 weeks ago
891fa66
Fix a typographical error.
by Paul Wankadia
· 7 weeks ago
b025c6a
Use plain int type instead of int32_t
by Khem Raj
· 8 weeks ago
2023-02-01
8afcf7f
Improve support for the optional ICU dependency.
by Paul Wankadia
· 9 weeks ago
ba54156
Introduce `bitmap256.cc` for `FindNextSetBit()`.
by Paul Wankadia
· 9 weeks ago
954656f
Restore the "lock counter" option for `Mutex`.
by Paul Wankadia
· 4 months ago
4be2407
Avoid "immortal" dynamic memory allocations.
by Paul Wankadia
· 4 months ago
2022-12-01
ccec7ce
Drop old compiler versions from the build matrix.
by Paul Wankadia
· 4 months ago
b80d1d5
Control the maximum count permitted by `GlobalReplace()`.
by Paul Wankadia
· 4 months ago
6f2d753
Specify just the MAJOR.MINOR components to `cmake_minimum_required()`.
by Paul Wankadia
· 4 months ago
9bacb66
Install `re2.pc` with CMake too.
by Paul Wankadia
· 4 months ago
7a65faf
Reword some comments in `re2.h`.
by Paul Wankadia
· 5 months ago
b733fc4
Add the no-op GitHub Actions workflow for Python releases.
by Paul Wankadia
· 5 months ago
83ce8b4
Revert "Add a GitHub Actions workflow for Python releases."
by Paul Wankadia
· 5 months ago
db7c4dc
Add a GitHub Actions workflow for Python releases.
by Paul Wankadia
· 5 months ago
More »