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.