[][src]Function cmdtree::completion::word_break_start

pub fn word_break_start(s: &str, word_break_ch: &[char]) -> usize

Returns the start position of the last word, delimited by any character.