diff options
| author | Alois <[email protected]> | 2017-01-02 16:54:38 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-01-02 16:54:38 +0100 |
| commit | 083e1210e20665b7b3acb6977995e407cb39ea7d (patch) | |
| tree | 434d1034984423a58f8754da1339f277cbb4e8fa | |
| parent | 5c8580787d20d75ce12b83184abfd99a1c677662 (diff) | |
| parent | 0eb6a50b08d07680397d9c209bb00565454e42da (diff) | |
| download | awesome-regex-083e1210e20665b7b3acb6977995e407cb39ea7d.tar.xz awesome-regex-083e1210e20665b7b3acb6977995e407cb39ea7d.zip | |
Merge pull request #37 from quobit/regexgen
Added regexgen
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
