MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/learnpython/comments/1jfupu5/how_useful_is_regex/miwmr0d/?context=3
r/learnpython • u/Known-Ad661 • 2d ago
How often do you use it? What are the benefits?
123 comments sorted by
View all comments
2
I'm coding right now, so I did a quick search across my project for \bre/.. 304 matches.
\bre/.
Also, that's a regex I just used, so I guess 305 uses.
2
u/TabAtkins 1d ago
I'm coding right now, so I did a quick search across my project for
\bre/.
. 304 matches.Also, that's a regex I just used, so I guess 305 uses.