Function xpad::split_row [] [src]

pub fn split_row<'input>(input: &'input str, delimiter: char) -> Row<'input>

Split an input row into its component graphemes

This is more complex than it may appear at first glance, because we properly handle Unicode grapheme clusters.

This function makes no attempt to split rows; that should be handled externally.