pub fn remove_char(str: &mut String, index: usize)
Remove a character by given character index (instead of byte position).