Text Case Converter
UPPERCASE, lowercase, Title Case, snake_case, kebab-case.
UPPERCASE
THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG.
lowercase
the quick brown fox jumps over the lazy dog.
Title Case
The Quick Brown Fox Jumps Over the Lazy Dog.
Sentence case
The quick brown fox jumps over the lazy dog.
camelCase
theQuickBrownFoxJumpsOverTheLazyDog
PascalCase
TheQuickBrownFoxJumpsOverTheLazyDog
snake_case
the_quick_brown_fox_jumps_over_the_lazy_dog
kebab-case
the-quick-brown-fox-jumps-over-the-lazy-dog
CONSTANT_CASE
THE_QUICK_BROWN_FOX_JUMPS_OVER_THE_LAZY_DOG
iNVERSE
tHE QUICK BROWN FOX JUMPS OVER THE LAZY DOG.
About
Paste text, click a case style, copy the result. Supports UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, and inverse case.
How to use
- Paste your text.
- Click a case style.
- Click copy or paste the converted text directly into your destination.
FAQ
What's the difference between Title Case and Sentence case?+
Title Case capitalizes most words ('The Lord of the Rings'). Sentence case only capitalizes the first word and proper nouns ('The lord of the rings').