aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Carlos García <[email protected]>2016-09-28 23:14:13 +0200
committerGitHub <[email protected]>2016-09-28 23:14:13 +0200
commit70a9a2b5ec7046b279d62b692ac1de12e96e5ce7 (patch)
treef5d36b5ec56b15ac1319f6fc0affeb1bc0db7103
parentc753d9957e5f546b5a947fdcce6f75f4e98a83b8 (diff)
downloadawesome-regex-70a9a2b5ec7046b279d62b692ac1de12e96e5ce7.tar.xz
awesome-regex-70a9a2b5ec7046b279d62b692ac1de12e96e5ce7.zip
Add Google's RE2 library
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4cc1deb..def61fc 100644
--- a/README.md
+++ b/README.md
@@ -84,6 +84,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at
- [Go-Restructure](https://github.com/alexflint/go-restructure) - Match regular expressions into struct fields in Go (by @alexflint) [js](https://github.com/benjamingr/js-restructure) [C#](https://gist.github.com/benjamingr/4de21494b3e76088e5f7)
- [VerbalExpressions](https://github.com/VerbalExpressions) - VerbalExpressions is a cross-language library that helps to construct difficult regular expressions.
+- [RE2](https://github.com/google/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.
## Collections