Function milligrep::search_case_insensitive[][src]

pub fn search_case_insensitive<'a>(
    query: &str,
    contents: &'a str
) -> Vec<&'a str>

Returns the line(s) where the pattern is matched in the contents of the file. It is case in-sensitive.