[][src]Function splitty::split_unquoted_char

pub fn split_unquoted_char<'s>(
    src: &'s str,
    delimitor: char
) -> SplitUnquotedChar<'s>

Notable traits for SplitUnquotedChar<'s>

impl<'s> Iterator for SplitUnquotedChar<'s> type Item = &'s str;

return a new iterator of the the delimitor separated tokens of the given string, taking quotes into account