Learn to Program 15 : Regular Expression Tutorial

Channel:
Subscribers:
1,330,000
Published on ● Video Link: https://www.youtube.com/watch?v=R1PcJfzsUU0



Category:
Tutorial
Duration: 24:02
37,696 views
553


Code & Transcript : http://goo.gl/hZknAk

Best Regular Expression Book : http://amzn.to/2aMMcZ4

Best Python Book : http://amzn.to/2aapV6S

Support me on Patreon : https://www.patreon.com/derekbanas

In this video I start teaching about Regular Expressions. Regular expressions allow you to locate and change strings in very powerful ways. The awesome thing about them is they work in almost exactly the same way in every programming language. We'll learn to match strings, return all matches, and use ., [ ], [^ ], compile, substitute, \d, \D, \w, \W, \s, \S, +, { }, and much more.

If you missed any of the previous videos, the series starts here : https://www.youtube.com/playlist?list=PLGLfVvz_LVvTn3cK5e6LjhgGiSeVlIRwt

Thank you to Patreon supports like the following for helping me make this video

https://www.facebook.com/cottageindustriesbuild/
@kyleaisho
@thetwistedhat
vjFaLk







Tags:
Learn to Program
Regular Expression Tutorial
Python Regular Expressions
Regex Tutorial
Regular Expressions
Regex