|
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.
| WebFOCUS | |
|
Feedback |