aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlois <[email protected]>2015-05-21 22:53:58 +0200
committerAlois <[email protected]>2015-05-21 22:53:58 +0200
commitf4f4f8d48bf47b505aabcf86df92e2afcdabaf29 (patch)
treed15f57f010d201db2590d2db79ecfee902fa227c
parent9be98f844046578d27e429796a8d1ffd3349240d (diff)
downloadawesome-regex-f4f4f8d48bf47b505aabcf86df92e2afcdabaf29.tar.xz
awesome-regex-f4f4f8d48bf47b505aabcf86df92e2afcdabaf29.zip
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)
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
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]