pub fn backspace(text: &str, cursor_position: usize) -> TextOperationResult
Expand description
Delete character before cursor (Backspace)
pub fn backspace(text: &str, cursor_position: usize) -> TextOperationResult
Delete character before cursor (Backspace)