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