ripgrep by BurntSushi

ripgrep recursively searches directories for a regex pattern while respecting your gitignore

created at March 11, 2016, 2:02 a.m.

Rust

293 +2

48,765 +129

2,005 +10

GitHub
melody by yoav-lavi

Melody is a language that compiles to regular expressions and aims to be more readable and maintainable

created at Feb. 13, 2022, 7:18 p.m.

Rust

17 +0

4,634 -2

56 +1

GitHub
regex by rust-lang

An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.

created at Dec. 11, 2014, 8:39 p.m.

Rust

54 +0

3,544 +6

443 +1

GitHub