upcase-initials

upcase-initials is a built-in function in `C source code'.

(upcase-initials OBJ)

Convert the initial of each word in the argument to upper case.
Do not change the other letters of each word.
The argument may be a character or string. The result has the same type.
The argument object is not altered--the value is a copy.