pub fn split_first_char(text: &str) -> Option<(char, &str)>
Split a string into a pair of first character and the rest.