aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Wong <[email protected]>2016-12-30 10:50:19 -0800
committerGitHub <[email protected]>2016-12-30 10:50:19 -0800
commit837f390b65b4aa0dd46bcf62e1c6a7b4b285da2a (patch)
tree154dcb872990801c1af5905911b8ca6c71a5437c
parente0a1c9412f8fda50164266fe6912a07c8fbccb83 (diff)
downloadawesome-regex-837f390b65b4aa0dd46bcf62e1c6a7b4b285da2a.tar.xz
awesome-regex-837f390b65b4aa0dd46bcf62e1c6a7b4b285da2a.zip
Learning link added - Talk on Regex
I haven't seen any videos on here. Videos can be a great alternative to those who don't learn well only through writing. This talk is visual and has a few exercises.
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9f71aad..c4ae610 100644
--- a/README.md
+++ b/README.md
@@ -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