lazy static regular expressions checked at compile time
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
Regex-anre is a full-featured, zero-dependency regular expression engine that supports both standard and ANRE regular expressions.
Empower regex with streaming capabilities - high-performance async streaming pattern search using regex for multi-byte pattern matching in data streams
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
😎 Simple and readable way of writing regular expressions
delimited regular expression literals
Efficiently check an input against a large number of patterns
High-performance Rust library for detecting, matching, and processing ANSI escape sequences in terminal text with zero-allocation static regex patterns
A command line tool for debugging, ad hoc benchmarking and generating regular expressions.