aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Vladovic <[email protected]>2020-07-18 22:26:14 +0200
committerDario Vladovic <[email protected]>2020-07-18 22:37:43 +0200
commiteee820e04208b4236def37893b194777d9938583 (patch)
tree8e420c2b17279c25377cbf1635ce40234bb153dc
parenta179ac1ac1727ec9e88ab64ea4142132403f911b (diff)
downloadawesome-regex-eee820e04208b4236def37893b194777d9938583.tar.xz
awesome-regex-eee820e04208b4236def37893b194777d9938583.zip
Add Super Expressive
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 604915d..a91c261 100644
--- a/README.md
+++ b/README.md
@@ -129,6 +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.
+- [Super Expressive](https://github.com/francisrstokes/super-expressive) - Super Expressive is a JavaScript library that allows you to build regular expressions in natural language.
- [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.