diff options
| author | Alois <[email protected]> | 2015-05-21 22:53:58 +0200 |
|---|---|---|
| committer | Alois <[email protected]> | 2015-05-21 22:53:58 +0200 |
| commit | f4f4f8d48bf47b505aabcf86df92e2afcdabaf29 (patch) | |
| tree | d15f57f010d201db2590d2db79ecfee902fa227c | |
| parent | 9be98f844046578d27e429796a8d1ffd3349240d (diff) | |
| download | awesome-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.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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] |
