Hacker News new | past | comments | ask | show | jobs | submit login

I have a chapter on ripgrep (includes lot of examples for Rust regex as well) here: https://learnbyexample.github.io/learn_gnugrep_ripgrep/ripgr...

The -r option is handy as well for some search and replace problems (faster than GNU sed, literal search with -F, can use PCRE2 when needed, etc): https://learnbyexample.github.io/substitution-with-ripgrep/

---

I'm currently checking out another tool written in Rust - frawk (https://github.com/ezrosent/frawk) as an awk alternative




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: