search_case_insensitive

Function search_case_insensitive 

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

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