pub fn find_prev_line_range(text: &str, index: usize) -> Option<Range<usize>>
Expand description