Crate posix_regex[][src]

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
matcher

The matcher: Can find substrings in a string that match any compiled regex