Regular Expressions in Python - FULL COURSE (1 HOUR) - Programming Tutorial
Patrick Loeber Patrick Loeber
266K subscribers
95,143 views
0

 Published On Apr 19, 2020

In this Python Tutorial, we will be learning about Regular Expressions (Regex) in Python. Regular expressions are a powerful language for matching text patterns. Possible pattern examples for searches are e-mail addresses or domain names. This video covers all you need to know to understand any regex expression! I go over all important concepts and mix examples in between.

Here is an overview what I am showing you, if you want to skip to a specific part:

~~~~~~~~~~~~~~ GREAT PLUGINS FOR YOUR CODE EDITOR ~~~~~~~~~~~~~~
✅ Write cleaner code with Sourcery: https://sourcery.ai/?utm_source=youtu... *

📚 Get my FREE NumPy Handbook:
https://www.python-engineer.com/numpy...

📓 Notebooks available on Patreon:
  / patrickloeber  

⭐ Join Our Discord :   / discord  

If you like this Tutorial, please subscribe to the channel!

0) re Module 00:00
1) Methods to search for matches 06:38
2) Methods on a match object 09:55
3) Meta Characters 12:25
4) Special Sequences 16:15
5) Sets 21:14
6) Quantifier 25:30
7) Conditions 35:45
8) Grouping 40:00
9) Modification 48:07
10) Compilation Flags 1:01:48

A written Tutorial can be found here:
https://www.python-engineer.com/posts...

Further readings:
https://docs.python.org/3/howto/regex...
https://docs.python.org/3/library/re....
https://developers.google.com/edu/pyt...

You can find me here:
Website: https://www.python-engineer.com
Twitter:   / patloeber  
GitHub: https://github.com/patrickloeber

#Python #regex

----------------------------------------------------------------------------------------------------------
* This is a sponsored link. By clicking on it you will not have any additional costs, instead you will support me and my project. Thank you so much for the support! 🙏

show more

Share/Embed