Skip to main content

build_matcher

Function build_matcher 

Source
pub fn build_matcher(
    pattern: &str,
    literal: bool,
    case_insensitive: bool,
    multiline: bool,
) -> Result<Matcher>
Expand description

Build the right matcher for the given search parameters.