Title Case capitalizes the first letter of every word in the text.
camelCase starts with a lowercase letter (e.g. myVariable), while PascalCase starts with an uppercase letter (e.g. MyVariable). Both capitalize the first letter of subsequent words.
CONSTANT_CASE (also called SCREAMING_SNAKE_CASE) is commonly used for constants in programming. All letters are uppercase and words are separated by underscores.
No. All conversions happen entirely in your browser. Your text never leaves your device.