diff options
| author | Alois <[email protected]> | 2016-05-16 21:26:41 +0200 |
|---|---|---|
| committer | Alois <[email protected]> | 2016-05-16 21:26:41 +0200 |
| commit | c753d9957e5f546b5a947fdcce6f75f4e98a83b8 (patch) | |
| tree | a5b96209ddf4d099d69a14aca8970a1c83a51acb | |
| parent | b89e7b9819ade75dab7d31024e1c901bef64821c (diff) | |
| parent | 326b956877007f10d194f8112ff27bd007d414bc (diff) | |
| download | awesome-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.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 |
