74
DevRage
6y

Just saw this today, i remember how stubborn i was a year ago about learning regex.

Comments
  • 2
    I always think of this when reading something about RegEx: https://xkcd.com/208/

    I personally can finally do some basic stuff without always googling first.

    Nice websites to test RegExes:
    https://regex101.com/
    https://www.regexpal.com/
  • 4
    @deekay also https://regexr.com which I myself use because of it's simplicity, ease of use, and the cool feature of explaining each bit of the regex. Also the UI is pretty :3
  • 0
    it's cool to figure out how it basically work. Then, in the rare events when knowing regex can save you hours of work, Google how to actually use it. but at least you know that the tools are there in case you need them
  • 1
    I just end up using regexer.com untill all conditions seem to be met
Add Comment