aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlois <[email protected]>2016-05-16 21:26:41 +0200
committerAlois <[email protected]>2016-05-16 21:26:41 +0200
commitc753d9957e5f546b5a947fdcce6f75f4e98a83b8 (patch)
treea5b96209ddf4d099d69a14aca8970a1c83a51acb
parentb89e7b9819ade75dab7d31024e1c901bef64821c (diff)
parent326b956877007f10d194f8112ff27bd007d414bc (diff)
downloadawesome-regex-c753d9957e5f546b5a947fdcce6f75f4e98a83b8.tar.xz
awesome-regex-c753d9957e5f546b5a947fdcce6f75f4e98a83b8.zip
Merge pull request #28 from quobit/google_python_regex
Added Python Regular Expressions from Google
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7b99a4d..4cc1deb 100644
--- a/README.md
+++ b/README.md
@@ -66,6 +66,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at
- [Udemy][d8] - A Basic Introduction To Using Regular Expressions In Programming
- [Codecademy][d9] - How to use of regular expression
- [Regex golf][d10] - Regex golf with Peter Norvig
+- [Python Regular Expressions][d11] - A good introduction to Python Regular Expressions from Google
[d1]: http://en.wikipedia.org/wiki/Regular_expression
[d2]: http://regex.learncodethehardway.org/book/
@@ -77,6 +78,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at
[d8]: https://www.udemy.com/learning-regular-expressions/
[d9]: http://www.codecademy.com/courses/javascript-intermediate-en-NJ7Lr/0/1
[d10]: https://www.oreilly.com/learning/regex-golf-with-peter-norvig
+[d11]: https://developers.google.com/edu/python/regular-expressions
## Library