aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVarunram Ganesh <[email protected]>2020-07-19 01:56:36 +0530
committerGitHub <[email protected]>2020-07-19 01:56:36 +0530
commita179ac1ac1727ec9e88ab64ea4142132403f911b (patch)
treea2e9e49f551f7988a2f9bb1c9dc3fb20264f10fa
parent5e3026aed35c12b39b30aedf9c30a54f3c525175 (diff)
parent04c1cc52d41f6325eb1cd6243d6209bdcb16e930 (diff)
downloadawesome-regex-a179ac1ac1727ec9e88ab64ea4142132403f911b.tar.xz
awesome-regex-a179ac1ac1727ec9e88ab64ea4142132403f911b.zip
Fix typo: remove extra bracket
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 91227aa..604915d 100644
--- a/README.md
+++ b/README.md
@@ -129,7 +129,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)
- [js-regex](https://github.com/wyantb/js-regex) - Chainable API for construting Regexes.
- [VerbalExpressions](https://github.com/VerbalExpressions) - VerbalExpressions is a cross-language library that helps to construct difficult regular expressions.
-- [XRegExp](http://xregexp.com)] - JavaScript Regex library.
+- [XRegExp](http://xregexp.com) - JavaScript Regex library.
- [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.
- [Hyperscan](https://github.com/01org/hyperscan) - High-performance multiple Regex matching library.