diff options
| author | Alois <[email protected]> | 2017-01-02 09:29:45 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-01-02 09:29:45 +0100 |
| commit | 5c8580787d20d75ce12b83184abfd99a1c677662 (patch) | |
| tree | 154dcb872990801c1af5905911b8ca6c71a5437c | |
| parent | e0a1c9412f8fda50164266fe6912a07c8fbccb83 (diff) | |
| parent | 837f390b65b4aa0dd46bcf62e1c6a7b4b285da2a (diff) | |
| download | awesome-regex-5c8580787d20d75ce12b83184abfd99a1c677662.tar.xz awesome-regex-5c8580787d20d75ce12b83184abfd99a1c677662.zip | |
Merge pull request #38 from jermspeaks/patch-1
Learning link added - Talk on Regex
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -67,6 +67,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at - [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 +- [/Reg(exp){2}lained/: Demystifying Regular Expressions][d12] - Fluent 2012 talk reviewing and visualizing basic and intermediate Regular Expressions. [d1]: http://en.wikipedia.org/wiki/Regular_expression [d2]: http://regex.learncodethehardway.org/book/ @@ -79,6 +80,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at [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 +[d12]: https://www.youtube.com/watch?v=EkluES9Rvak ## Library |
