pub fn search_case_insensitive<'a>( query: &str, contents: &'a str, ) -> Vec<&'a str>
从内容中搜索出文字,不区分大小写