Software Alternatives & Reviews

For those who work with regex often, what are some of the approaches you found to learn regex effectively?

RegExr regular expressions 101 Regex Crossword RegexPal
  1. 1
    RegExr.com is an online tool to learn, build, and test Regular Expressions.
    Pricing:
    • Open Source
    Https://regexr.com/ is actually where I learned most of my regex - I usually just copy/paste a sample of whatever text I need to parse and play around with things until I have an expression that passes. All the other resources people have posted here are also great to become familiar with some of the common functionality you'll find yourself using.

    #Programming Tools #Regular Expressions #Productivity 360 social mentions

  2. Extensive regex tester and debugger with highlighting for PHP, PCRE, Python and JavaScript.

    #Regular Expressions #Programming Tools #Productivity 867 social mentions

  3. Welcome to the fantastic world of nerdy regex fun!

    #Regular Expressions #Programming Tools #Free Games 65 social mentions

  4. An online JavaScript regular expression tester.
    BUT - As far as resources for building out the regex patterns, I use regexpal.com and a copy of this https://cheatography.com/davechild/cheat-sheets/regular-expressions/pdf/ printed out beside me. Once you get into it, the power of subgroups, and lookahead/behind processing beats some of the mental gymnastics you would need to go to code it out in your language of choice.

    #Regular Expressions #Programming Tools #Productivity 3 social mentions

Discuss: For those who work with regex often, what are some of the approaches you found to learn regex effectively?

Log in or Post with