Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I tried to use regex to solve my problem... ended up giving me more of a headache, thus I switched back to a for loop and a list. I hated myself afterwards.
-
bashlord4397yI think regexes are pretty usefull, and once you get the hang of it they are pretty straight forward to compose.
-
@bashlord Yep but there is quite a learning process, especially if you want something slightly more complicated
-
Tobyvw6987yYou can try your regex with sites like regexr.com with that, just click the cheatsheet in the left bar, type some testwords in the bottom box and compose a beautiful regex in the top box 👍🏻
Related Rants
Well..
undefined
problems
regex
coding
fun