Software Alternatives & Reviews

How do I learn grep in detail. I work at support and day to day need to have to deal with heavy logs. I have seen people playing with operators and other stuff to get the desired output. Someone was using Sed also. Please help.🙏

regular expressions 101 Regexper RegExr rubular replit PythonAnywhere Jupyter
  1. Extensive regex tester and debugger with highlighting for PHP, PCRE, Python and JavaScript.
    Regexr and Regex101 - Use these to test and debug your regex strings. Both sites have great breakdowns of what your string is doing, what it matches, and why, so it's great for tinkering with your search strings until you know you're going to match only what you want.

    #Regular Expressions #Programming Tools #Productivity 867 social mentions

  2. regex visualization tool

    #Regular Expressions #Programming Tools #Development 22 social mentions

  3. 3
    RegExr.com is an online tool to learn, build, and test Regular Expressions.
    Pricing:
    • Open Source
    Regexr and Regex101 - Use these to test and debug your regex strings. Both sites have great breakdowns of what your string is doing, what it matches, and why, so it's great for tinkering with your search strings until you know you're going to match only what you want.

    #Programming Tools #Regular Expressions #Productivity 360 social mentions

  4. A ruby based regular expression editor
    If you need help with regex, I use https://rubular.com/. This is just a nice regex editor that does highlighting and can show you what you are doing right/wrong when you are looking for an expression.

    #Regular Expressions #Programming Tools #Development 35 social mentions

  5. 5
    Code, create, andlearn together. Use our free, collaborative, in-browser IDE to code in 50+ languages — without spending a second on setup.
    You can even run it in the cloud via PythonAnywhere, Repl.it, and other sites (though I don't recommend throwing log files out on cloud services without confirmation from higher up, as "cloud" == "other people's computers", and that could be seen as a risk).

    #Programming #Programming Tools #IDEs And Text Editors 603 social mentions

  6. Host, run, and code Python in the cloud: PythonAnywhere
    You can even run it in the cloud via PythonAnywhere, Repl.it, and other sites (though I don't recommend throwing log files out on cloud services without confirmation from higher up, as "cloud" == "other people's computers", and that could be seen as a risk).

    #Text Editors #Software Development #Cloud Computing 55 social mentions

  7. Project Jupyter exists to develop open-source software, open-standards, and services for interactive computing across dozens of programming languages. Ready to get started? Try it in your browser Install the Notebook.
    With Jupyter Notebooks, you can run a local server to write and execute code in a block-by-block manner, which is really great for doing log analysis (or any other data analysis or rapid prototyping). Don't worry if this point doesn't make sense yet, but it's a big thing when you get to it.

    #Data Science And Machine Learning #Data Science Tools #Data Science Notebooks 205 social mentions

Discuss: How do I learn grep in detail. I work at support and day to day need to have to deal with heavy logs. I have seen people playing with operators and other stuff to get the desired output. Someone was using Sed also. Please help.🙏

Log in or Post with