diff options
| author | José Carlos García <[email protected]> | 2016-05-16 16:33:18 +0200 |
|---|---|---|
| committer | José Carlos García <[email protected]> | 2016-05-16 16:33:18 +0200 |
| commit | 326b956877007f10d194f8112ff27bd007d414bc (patch) | |
| tree | a5b96209ddf4d099d69a14aca8970a1c83a51acb | |
| parent | b89e7b9819ade75dab7d31024e1c901bef64821c (diff) | |
| download | awesome-regex-326b956877007f10d194f8112ff27bd007d414bc.tar.xz awesome-regex-326b956877007f10d194f8112ff27bd007d414bc.zip | |
Added Python Regular Expressions from Google
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
