Skip to main content

build_regex

Function build_regex 

Source
fn build_regex(
    body: &str,
    ci: bool,
    pattern_for_err: &str,
) -> Result<Regex, CompileError>