unit12

Function search

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