diff options
| author | José Carlos García <[email protected]> | 2016-04-17 00:13:40 +0200 |
|---|---|---|
| committer | José Carlos García <[email protected]> | 2016-04-17 00:13:40 +0200 |
| commit | 3eb435f40dc25b9d7e8ca8fd32469caef751397a (patch) | |
| tree | c8513a6559aa15f9285c75b55e8c657d17da0b40 | |
| parent | 6485c6fd27dd89b65db8cb8a39cff309f4d8da60 (diff) | |
| download | awesome-regex-3eb435f40dc25b9d7e8ca8fd32469caef751397a.tar.xz awesome-regex-3eb435f40dc25b9d7e8ca8fd32469caef751397a.zip | |
Fix broken links
* Removed reWork link
* Fixed RegexGenerator link
* Fixed A Tao Of Regular Expressions [PDF] link
| -rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -39,7 +39,6 @@ Sharing, suggestions and contributions are always welcome! Please take a look at - [Rubular](http://rubular.com/) - A Ruby-based regular expression editor and tester - [Rex V](http://www.rexv.org/) - An AJAX Regular EXpression eValuator - [RegViz](http://regviz.org/) - A tool for debugging JavaScript regular expressions in a visual way -- [reWork](http://osteele.com/tools/rework/) - A regular expression workbench - [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 - [pythex](http://pythex.org/) - A quick way to test your Python regular expressions @@ -51,7 +50,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 -- [RegexGenerator](f a tool for generating regular expressions for text extraction) - A tool for generating regular expressions for text extraction (by @MaLeLabTs) +- [RegexGenerator](https://github.com/MaLeLabTs/RegexGenerator) - A tool for generating regular expressions for text extraction (by @MaLeLabTs) ## Learning @@ -69,7 +68,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at [d1]: http://en.wikipedia.org/wiki/Regular_expression [d2]: http://regex.learncodethehardway.org/book/ [d3]: http://swtch.com/~rsc/regexp/regexp1.html -[d4]: http://www.cs.colorado.edu/~schenkc/UNIX_Regular_Expressions.pdf +[d4]: http://linuxreviews.org/beginner/tao_of_regular_expressions/tao_of_regular_expressions.en.print.pdf [d5]: http://www.regular-expressions.info/ [d6]: http://www.rexegg.com/ [d7]: http://tryregex.com/ |
