Crate posix_regex

Source

Re-exports§

pub use compile::PosixRegexBuilder;
pub use matcher::PosixRegex;

Modules§

compile
The regex “compiler”, which parses the regex itself. Produces a matcher ready to match input.
ctype
immut_vec
matcher
The matcher: Can find substrings in a string that match any compiled regex
tree