pub fn string_regex_parsed(
expr: &Hir,
) -> Result<RegexGeneratorStrategy<String>, Error>Expand description
Like string_regex(), but allows providing a pre-parsed expression.
pub fn string_regex_parsed(
expr: &Hir,
) -> Result<RegexGeneratorStrategy<String>, Error>Like string_regex(), but allows providing a pre-parsed expression.