[][src]Function mininip::parse::find_unescaped

pub fn find_unescaped(string: &str, pattern: char) -> Option<usize>

Finds the first non-escaped occurence of pattern in string . Currently only accepts chars

Return value

Some(index) with index as the index of the first occurence of pattern

None if pattern could not be found as a non-escaped form