pub fn escaped_word_start(s: &str) -> usize
Expand description

Returns the start position of a word with non-word characters escaped by backslash (\\).