Python Forum
learning more abput re - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: learning more abput re (/thread-14587.html)



learning more abput re - Skaperen - Dec-08-2018

i want to learn more about regular expression and the re module. particularly expression substitution. as an exercise, i plan to write a command that can do a mass rename file by providing a match string and substitution as needed.

what are good places to find tutorial type help for this? i have the reference manual, but i'm not learning very well from it.


RE: learning more abput re - buran - Dec-08-2018

check https://www.regular-expressions.info/ for general and also language specific (not just python) info on regex. I find it useful. Also regex101.com for testing


RE: learning more abput re - Skaperen - Dec-10-2018

my project idea had the rug pulled out from under it. a perl command called rename that does this is included in ubuntu.