re in Python | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 5

re in Python

Is re module explained in tutorial? I did not notice it. Can someone tell me it's purpose?

26th Feb 2017, 12:45 PM
AJESH KUMAR
AJESH KUMAR - avatar
2 ответов
+ 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/
11th Sep 2018, 11:51 AM
blackfish
blackfish - avatar
+ 1
I did not find this module earlier. Thanks for sharing the link.
11th Sep 2018, 3:39 PM
AJESH KUMAR
AJESH KUMAR - avatar