How to: |
INITCAP capitalizes the first letter of each word in an input string and makes all other letters lowercase. A word starts at the beginning of the string, after a blank space, or after a special character.
INITCAP(input_string)
where:
Alphanumeric
Is the string to capitalize.
INITCAP capitalizes the first letter of each word.
INITCAP(NewName)
For the string abc,def!ghi'jKL MNO, the result is Abc,Def!Ghi'Jkl Mno.
For MCKNIGHT, the result is Mcknight.
WebFOCUS | |
Feedback |