Introduction
These types help change the first letter of a word to uppercase or lowercase. It makes text look neat or fit rules.
When you want to make the first letter of a string type uppercase.
When you want to make the first letter of a string type lowercase.
When you need to format type names or keys to follow naming rules.
When you want to clean up user input or data keys in types.
When you want to create new types based on existing ones but with changed first letter case.