Details
Description
initcap(string A): string
Returns string, with the first letter of each word in uppercase, all other letters in lowercase. Words are delimited by whitespace.
initcap(string A): string
Returns string, with the first letter of each word in uppercase, all other letters in lowercase. Words are delimited by whitespace.