pub fn sub_chars(s: &str, range: Range) -> String
Extract a subset of chars by iterating. Range must be in characters.