nth_word

Function nth_word 

Source
fn nth_word(line: &str, n: usize) -> Option<usize>
Expand description

Gets the byte index of the nth word in a string.