Function get_word_from_string

Source
pub fn get_word_from_string(start: usize, end: usize, text: &str) -> String
Expand description

Get a UTF-8 word from a string given the start and end indices.