iiitv / aua

Ask us anything !!
MIT License
18 stars 1 forks source link

Regex Tutorial #5

Closed yashLadha closed 7 years ago

yashLadha commented 7 years ago

I recently find that regex are powerful tool for filtering particular set of data from a chunk. I was unable to understand those regex, as particularly i want to scrap links from page requests. Is there any good tutorial available for REGEX and learning them with python.

nileshchat commented 7 years ago

Did you try hackerrank for the tutorial, they have a decent collection of tutorials

yashLadha commented 7 years ago

Thanks for suggestion @Nilesh4145