pub fn spplit_str_at(text: &str, at: usize) -> (Cow<'_, str>, Cow<'_, str>)
Expand description

Get string at

BE AWARE: width is expected to be in bytes.