Software Alternatives & Reviews

Long time programmers, how often do you use sed/awk/grep and regex?

regular expressions 101 RegExr
  1. Extensive regex tester and debugger with highlighting for PHP, PCRE, Python and JavaScript.

    #Regular Expressions #Programming Tools #Productivity 868 social mentions

  2. 2
    RegExr.com is an online tool to learn, build, and test Regular Expressions.
    Pricing:
    • Open Source
    I use regex in pipelines and not so long ago learned to search and replace with regex and named groups in VS Code (PHP) and it is priceless. I use sed and grep occasionally on Linux or also in pipelines. (You can always look the syntax up) My go to tool for regex is https://regexr.com where you can see what will the outcome be and there is also wiki and examples. I was always scared of regex but learned to write it like that.

    #Programming Tools #Regular Expressions #Productivity 360 social mentions

  3. Its 2022, we shouldn't have to write RegEx by hand AutoRegEx uses OpenAI's GPT-3 to produce regular expressions from plain English.
    I use it if stackoverflow uses it haha :P Useful resource to help generate or decide regex: http://autoregex.xyz.

    #Regular Expressions #Programming Tools #Productivity 1 social mentions

Discuss: Long time programmers, how often do you use sed/awk/grep and regex?

Log in or Post with