pub fn initcap(string: Expr) -> Expr
Converts the first letter of each word in string in uppercase and the remaining characters in lowercase
string