Introduction
These functions change the case of letters in text. They help make text look consistent or easier to read.
When you want to make all letters in a name uppercase for a report.
When you need to compare text without worrying about uppercase or lowercase differences.
When you want to format names so the first letter of each word is capitalized.
When cleaning up user input to store it in a consistent way.
When displaying text in a user interface with a specific style.