aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Carlos García <[email protected]>2017-01-02 16:50:39 +0100
committerGitHub <[email protected]>2017-01-02 16:50:39 +0100
commit0eb6a50b08d07680397d9c209bb00565454e42da (patch)
tree30e86d07e6580ce04e18d8abd79952bea8a150ce
parent2eb68ecdb866bce7419496c58cd00c7063f888ad (diff)
downloadawesome-regex-0eb6a50b08d07680397d9c209bb00565454e42da.tar.xz
awesome-regex-0eb6a50b08d07680397d9c209bb00565454e42da.zip
Changed to Generator section
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index aef865c..dbf554f 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at
- [Txt2Re](http://www.txt2re.com/index.php3) - Generate Regular expressions based on a string
- [Regex Generator++](http://regex.inginf.units.it) - An Automatic Generation of Text Extraction Patterns from Examples
+- [regexgen](https://github.com/devongovett/regexgen) - Generates regular expressions that match a set of strings.
- [RegexGenerator](https://github.com/MaLeLabTs/RegexGenerator) - A tool for generating regular expressions for text extraction (by @MaLeLabTs)
## Learning
@@ -85,7 +86,6 @@ 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.
-- [regexgen](https://github.com/devongovett/regexgen) - Generates regular expressions that match a set of strings.
## Collections