pub fn capitalize(string: &str) -> String
Convert the first letter of the stirng to uppercase lettering.