Function string_regex_parsed
fn string_regex_parsed(expr: ®ex_syntax::hir::Hir) -> Result<RegexGeneratorStrategy<crate::std_facade::String>, Error>
Like string_regex(), but allows providing a pre-parsed expression.