Crate posix_regex

source ·

Re-exports

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

Modules

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