fn FindExactMatches(content: &str, query: &str) -> Vec<SearchMatch>Expand description
Find exact matches (word boundary and case-sensitive)
fn FindExactMatches(content: &str, query: &str) -> Vec<SearchMatch>Find exact matches (word boundary and case-sensitive)