diff options
| author | Huei Tan <[email protected]> | 2015-07-01 10:08:30 +0800 |
|---|---|---|
| committer | Huei Tan <[email protected]> | 2015-07-01 10:08:30 +0800 |
| commit | fe5f40b860dbbf1af7e9ecc9a7c2bdf3a3441eb1 (patch) | |
| tree | 0ad51fc1a0985eff5dc0562668526b44fedecc1c | |
| parent | 489103452525d745a836d3a62270b932be9637d1 (diff) | |
| download | awesome-regex-fe5f40b860dbbf1af7e9ecc9a7c2bdf3a3441eb1.tar.xz awesome-regex-fe5f40b860dbbf1af7e9ecc9a7c2bdf3a3441eb1.zip | |
Merge the Learning section from awesome-regexp
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -51,6 +51,8 @@ Sharing, suggestions and contributions are always welcome! Please take a look at - [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 [d1]: http://en.wikipedia.org/wiki/Regular_expression [d2]: http://regex.learncodethehardway.org/book/ @@ -60,6 +62,8 @@ Sharing, suggestions and contributions are always welcome! Please take a look at [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 ## Explaination @@ -68,6 +72,8 @@ Sharing, suggestions and contributions are always welcome! Please take a look at ## Exercice * [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. # Other awesome lists |
