Text
🔤 Case Converter
UPPER, lower, Title, camel, snake, kebab
Loading interactive case converter…
About the Case Converter
Convert text between UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case and kebab-case in one click.
Useful for cleaning up pasted content, formatting headlines and converting variable names between coding styles.
How it works
- Paste your text.
- Pick the target case.
- Copy the converted result.
What you'll learn
- When to use Title Case versus Sentence case.
- Common naming conventions in code (camel, snake, kebab, Pascal).
FAQs
- What is the difference between Title Case and Sentence case?
- Title Case capitalises most words; Sentence case capitalises only the first word and proper nouns.