RegEx in Python - Intro to Regular Expressions

preview_player
Показать описание
In this video, I talk about how we can use RegEx or Regular Expressions to find and return character patterns in strings. I show how we can define these alphanumerical patterns and store the matches into lists in Python. I work through an example where we can check if a string has a phone number (or phone numbers) in it, and if so, return those phone numbers. Hope this helps!

Рекомендации по теме