regex by rust-lang

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

updated at Nov. 17, 2024, 5:26 p.m.

Rust

54 +0

3,544 +6

443 +1

GitHub
ripgrep by BurntSushi

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

updated at Nov. 17, 2024, 1:07 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

updated at Nov. 16, 2024, 6:40 a.m.

Rust

17 +0

4,634 -2

56 +1

GitHub