+ 3
I want to learn re in python?
want to learn regular expresions.
5 Answers
+ 2
I will recommend you tube video by Corey Schafer on regular expression.
+ 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.
+ 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 :)
+ 1
take re course on sololearn.
+ 1
Thank you all so much for you contibution.