Skip to main content

previous_word_boundary

Function previous_word_boundary 

Source
pub fn previous_word_boundary(line: &str, col: usize) -> usize
Expand description

The previous boundary at or before col, mirroring next_word_boundary.