About the Case Converter
The Case Converter instantly changes your text between UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, and kebab-case. It’s a quick fix for fixing accidentally caps-locked text, formatting headlines, or generating variable and slug-style names for code. Paste your text, pick a case, and copy the result.
How to use the Case Converter
- Paste your text.
- Click the case you want (UPPER, lower, Title, etc.).
- Copy the converted result.
Frequently asked questions
What is Title Case vs Sentence case?
Title Case capitalizes the first letter of every word; Sentence case capitalizes only the first letter of each sentence.
Can it make code-style names?
Yes — camelCase, snake_case and kebab-case are built in for variables and slugs.