pub fn char_slice_from(text: &str, start: u32) -> &str
Expand description

Returns a slice of a string, based on character offsets instead of byte indices.