titleCase
Capitalizes the first letter of each word in the input string.
Parameters
STRING (string)
The input string.
FORMAT NON-INITIAL LETTERS (Boolean)
Optional. Whether to change uppercase letters to lowercase when they aren't the first letter of a word.
Default: false
Examples
ATL in Script | Result |
---|---|
| An Epic Journey |
| An Epic Journey |
| An EPIC Journey |