Python Regular Expression using four practical example

preview_player
Показать описание
Python Regular Expression using four practical examples

Examples:

1: Phone number
Regex: \d{1,3}[.-]\d{1,3}[.-]\d{1,4}
2: Email id
Regex: [a-zA-Z0-9.-]+\@[a-z-]+\.[a-z]+
3: URL matching
Regex: https?:\/\/(www.)?[a-z]+\.\w+

4: IP address matching

I am looking forward to you guys joining the amazing journey.

Twitter: @100daysofdevops OR @lakhera2015

Рекомендации по теме
Комментарии
Автор

Nice tutorial, but try making you videos big enough to be seen. You can close panes that you don't use or increase fonts or zoom in more, thanks

emmanuelc.opeter
Автор

Please make a video series on OOPS in Python and Python - Data Structure and Algorithm

krunalshah
Автор

hi sir thanks for your clear explntn, sir can we expect banking or risk management explntn or healthcare prjcts

rajm
Автор

Hi Prashant, Excellent video. However in last example where you are finding IP the regex is incomplete as it will also search for digits beyond 255 in IP address and IP address can only range from 0-255. That will have to be filtered further.

krunalshah
welcome to shbcf.ru