FindMatchesWithContext

Function FindMatchesWithContext 

Source
fn FindMatchesWithContext(
    content: &str,
    query: &str,
    case_sensitive: bool,
    whole_word: bool,
) -> Vec<SearchMatch>
Expand description

Find matches in content with surrounding context