EnumChangeCaseOptions

Change case options.

Static Properties

Name Description
LOWERCASE Converts all letters to lowercase.
NONE No conversion.
SENTENCECASE Converts the first letter of the first word of each sentence to uppercase.
TITLECASE Converts the first letter of each word to uppercase.
UPPERCASE Converts all letters to uppercase.