pub fn get_range_of<T: RangeBounds<usize>>(s: &str, range: T) -> Option<&str>
Expand description

Returns a range of the given string slice, by indexing chars instead of bytes