diff options
| author | Alois <[email protected]> | 2015-07-01 10:09:05 +0200 |
|---|---|---|
| committer | Alois <[email protected]> | 2015-07-01 10:09:05 +0200 |
| commit | b31d450ddb9b52964b47df842283fd5b65a8823c (patch) | |
| tree | c7e91a489aa33917381c02dfe4a772a36504ac81 | |
| parent | fe5f40b860dbbf1af7e9ecc9a7c2bdf3a3441eb1 (diff) | |
| download | awesome-regex-b31d450ddb9b52964b47df842283fd5b65a8823c.tar.xz awesome-regex-b31d450ddb9b52964b47df842283fd5b65a8823c.zip | |
Remove duplicate
| -rw-r--r-- | README.md | 16 |
1 files changed, 7 insertions, 9 deletions
@@ -49,10 +49,9 @@ Sharing, suggestions and contributions are always welcome! Please take a look at - [A Tao Of Regular Expressions (e-book)][d4] (pdf link) - [Regular-Expressions.info][d5] - An informative website for learning regular expressions - [RexEgg][d6] - A regular expressions tutorial that goes deep into advanced features -- [RegexOne][d7] - Learn regular expressions with simple, interactive examples -- [Try Regex][d8] - Try Regex is an interactive regular expressions tutorial -- [udemy - Beginners][d9] - A Basic Introduction To Using Regular Expressions In Programming -- [codecademy][d10] - Use of regular expression +- [Try Regex][d7] - Try Regex is an interactive regular expressions tutorial +- [udemy - Beginners][d8] - A Basic Introduction To Using Regular Expressions In Programming +- [codecademy][d9] - Use of regular expression [d1]: http://en.wikipedia.org/wiki/Regular_expression [d2]: http://regex.learncodethehardway.org/book/ @@ -60,10 +59,9 @@ Sharing, suggestions and contributions are always welcome! Please take a look at [d4]: http://www.cs.colorado.edu/~schenkc/UNIX_Regular_Expressions.pdf [d5]: http://www.regular-expressions.info/ [d6]: http://www.rexegg.com/ -[d7]: http://regexone.com/ -[d8]: http://tryregex.com/ -[d9]: https://www.udemy.com/learning-regular-expressions/ -[d10]: http://www.codecademy.com/courses/javascript-intermediate-en-NJ7Lr/0/1 +[d7]: http://tryregex.com/ +[d8]: https://www.udemy.com/learning-regular-expressions/ +[d9]: http://www.codecademy.com/courses/javascript-intermediate-en-NJ7Lr/0/1 ## Explaination @@ -73,7 +71,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at * [Regex Tuesday - Challenges](https://github.com/callumacrae/regex-tuesday) - A list regex challenge * [Regex CrossÂword](http://regexcrossword.com) -* [RegexOne](http://regexone.com) - Learn regular expressions with simple, interactive examples. +* [RegexOne](http://regexone.com) - Learn regular expressions with simple, interactive examples # Other awesome lists |
