Regular expression engines and parsing

4 repos

Libraries and tools for building, optimizing, and implementing regular expression engines across multiple languages. The cluster spans foundational regex implementations in C and C++ (including RE-flex, regexp2, and regex), modern Rust-based engines (fancy-regex), and specialized variants like DCG-based parsing and SafeRE for safer regex evaluation. These repos represent both complete regex engines and libraries for pattern matching and text processing.

C++ · 1
Java · 1
Rust · 1
Starlark · 1
regex ·623
regular-expressions ·623