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

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