133
Comments
  • 5
    But playing regex golf is fun...
  • 3
    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.
  • 11
    I think regexes are pretty usefull, and once you get the hang of it they are pretty straight forward to compose.
  • 7
    I adore Regexes, I love when a situation where I can use them comes up!
  • 1
    So I'm not the only one who hates regex?
  • 0
    @bashlord Yep but there is quite a learning process, especially if you want something slightly more complicated
  • 4
    You 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 👍🏻
Add Comment