From f4f4f8d48bf47b505aabcf86df92e2afcdabaf29 Mon Sep 17 00:00:00 2001 From: Alois Date: Thu, 21 May 2015 22:53:58 +0200 Subject: Add generator Ask by /u/50v3r31gn, answer by SO : [Given a string, generate a regex that can parse *similar* strings](http://stackoverflow.com/q/776286/1248177) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0b0c212..2c540f2 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,12 @@ Sharing, suggestions and contributions are always welcome! Please take a look at - [Regulex](https://jex.im/regulex) - A JavaScript Regular Expression Visualizer - [PyRegex](http://www.pyregex.com/) - An online regex tester to check validity of regexp in the Python language regex subset +## Generator + +- [txt2re](http://www.txt2re.com/index.php3) - A Regular Expression Generator for programming languages +- [Regex Generator++](http://regex.inginf.units.it) - An Automatic Generation of Text Extraction Patterns from Examples + + ## Learning - [Wikipedia entry on regular expressions][d0] -- cgit v1.2.3