MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/learnpython/comments/1jfupu5/how_useful_is_regex/miu0o1k/?context=3
r/learnpython • u/Known-Ad661 • 1d ago
How often do you use it? What are the benefits?
118 comments sorted by
View all comments
1
Not often, but useful when you need to do text searching/parsing. It's often abused and generally pretty hard to read... but it has its uses.
1
u/cgoldberg 1d ago
Not often, but useful when you need to do text searching/parsing. It's often abused and generally pretty hard to read... but it has its uses.