diff options
| author | Varunram Ganesh <[email protected]> | 2020-08-02 22:58:23 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-02 22:58:23 +0530 |
| commit | 044c954d5adcab2538fe330b2d099780dd4da101 (patch) | |
| tree | 8e420c2b17279c25377cbf1635ce40234bb153dc | |
| parent | a179ac1ac1727ec9e88ab64ea4142132403f911b (diff) | |
| parent | eee820e04208b4236def37893b194777d9938583 (diff) | |
| download | awesome-regex-044c954d5adcab2538fe330b2d099780dd4da101.tar.xz awesome-regex-044c954d5adcab2538fe330b2d099780dd4da101.zip | |
Merge pull request #70 from vladimyr/super-expressive
Add Super Expressive
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |
