aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlois <[email protected]>2015-07-01 10:09:05 +0200
committerAlois <[email protected]>2015-07-01 10:09:05 +0200
commitb31d450ddb9b52964b47df842283fd5b65a8823c (patch)
treec7e91a489aa33917381c02dfe4a772a36504ac81
parentfe5f40b860dbbf1af7e9ecc9a7c2bdf3a3441eb1 (diff)
downloadawesome-regex-b31d450ddb9b52964b47df842283fd5b65a8823c.tar.xz
awesome-regex-b31d450ddb9b52964b47df842283fd5b65a8823c.zip
Remove duplicate
-rw-r--r--README.md16
1 files changed, 7 insertions, 9 deletions
diff --git a/README.md b/README.md
index 34aaf6a..daea801 100644
--- a/README.md
+++ b/README.md
@@ -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