improving regex-automata
Highlights
- 120 discussions answered
Block or Report
Block or report BurntSushi
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
rust-lang/regex Public
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
-
432 contributions in the last year
Less
More
Activity overview
Contribution activity
February 2022
Answered 5 discussions in 1 repository
rust-lang/regex
rust-lang/regex
- Using the regex_syntax crate for translating two posix descendant regexes syntaxes
- Is there a way to get the inside of capturing groups and to match multiple times?
- Splitting &[u8] to Vec<Vec<u8>>
- How to ensure regexes in a `RegexSet` are mutually exclusive?
- Cargo build error: required because of the requirements on the impl of `Pattern<'a>` for `regex::Regex`
