Function proptest::string::string_regex_parsed

source ยท
pub fn string_regex_parsed(
    expr: &Hir,
) -> Result<RegexGeneratorStrategy<String>, Error>
Available on crate feature std only.
Expand description

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