pub fn bytes_regex_parsed(
    expr: &Hir
) -> Result<RegexGeneratorStrategy<Vec<u8>>, Error>
Available on crate feature std only.
Expand description

Like bytes_regex(), but allows providing a pre-parsed expression.