i ilham.dev
Home Posts Tools Dev Ops Games Playground About Contact

Regex

  • How I test a regex before putting it into code

    Regex is powerful, but it is also easy to get almost right. “Almost right” is the problem. A regex can match too much, too little, or the right thing in your test but the wrong thing in production.

    27 Sep 2026 · 4 min read · #regex #text #developer-tools #tools

  • How I use grep without fighting the flags

    grep is the command I use when I know some text exists somewhere, but I do not remember which file contains it. The basic idea is simple: grep "database" app.log Plain meaning:

    27 Sep 2026 · 4 min read · #linux #grep #regex #tools

© 2026 Ilham Andika. All rights reserved.
Contact Terms Privacy Comment Policy RSS GitHub