Function search

Source
pub fn search<'a>(
    query: &str,
    contents: &'a str,
    ignore_case: &'a bool,
) -> Vec<&'a str>