I want to learn re in python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

I want to learn re in python?

want to learn regular expresions.

31st May 2018, 5:07 AM
Jatin Kumar
Jatin Kumar - avatar
5 Answers
+ 2
I will recommend you tube video by Corey Schafer on regular expression.
31st May 2018, 5:32 AM
Pulkit Kamboj
Pulkit Kamboj - avatar
+ 10
Nothing works best than practice. Take a look at the regex playground at: https://regex101.com While experimenting, check out the re output, as well as descriptions of each regex pattern element. That will help you to learn regex quickly.
31st May 2018, 5:33 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 5
Nothing works better than practicing... Except learning while playing! https://regexcrossword.com I learnt RegEx's here, it works great! I hope it will help you too :)
31st May 2018, 5:38 AM
Stefano Prosperi
Stefano Prosperi - avatar
+ 1
take re course on sololearn.
31st May 2018, 5:23 AM
Markus Kaleton
Markus Kaleton - avatar
+ 1
Thank you all so much for you contibution.
31st May 2018, 1:43 PM
Jatin Kumar
Jatin Kumar - avatar