pub fn spplit_str_at(text: &str, at: usize) -> (Cow<'_, str>, Cow<'_, str>)
Get string at
BE AWARE: width is expected to be in bytes.