Skip to main content

find_word

Function find_word 

Source
fn find_word(snippet: &str, word: &str, start: usize) -> Option<(usize, usize)>