pub fn sub_char_range<'s, R>(s: &'s str, range: R) -> &'s str where
    R: RangeBounds<usize>, 
Expand description

Extract a subset of chars by iterating. Range must be in characters.