+ 5
re in Python
Is re module explained in tutorial? I did not notice it. Can someone tell me it's purpose?
2 Answers
+ 3
What do you exactly mean by "Is re module explained in tutorial?"?
To use regex in Python you use re module. So, it is somehow explained in the part about regex. It shows some samples with this module:
https://www.sololearn.com/learn/Python/2475/
+ 1
I did not find this module earlier. Thanks for sharing the link.