# regex An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. - **Category:** Library - **Legacy:** PCRE - **Stars:** 3985 - **GitHub:** https://github.com/rust-lang/regex - **Page:** https://rustsuccessors.com/repo/rust-lang-regex