Text Case Converter

Your Text
UPPERCASE

All letters capitalized

THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG
lowercase

All letters lowercased

the quick brown fox jumps over the lazy dog
Title Case

First letter of each word

The Quick Brown Fox Jumps Over The Lazy Dog
Sentence case

First letter of each sentence

The quick brown fox jumps over the lazy dog
camelCase

Used in JavaScript variables

theQuickBrownFoxJumpsOverTheLazyDog
PascalCase

Used in class names

TheQuickBrownFoxJumpsOverTheLazyDog
snake_case

Used in Python, databases

the_quick_brown_fox_jumps_over_the_lazy_dog
kebab-case

Used in CSS classes, URLs

the-quick-brown-fox-jumps-over-the-lazy-dog
CONSTANT_CASE

Used for constants

THE_QUICK_BROWN_FOX_JUMPS_OVER_THE_LAZY_DOG
dot.case

Used in some config files

the.quick.brown.fox.jumps.over.the.lazy.dog
path/case

Used in file paths

the/quick/brown/fox/jumps/over/the/lazy/dog
SaRcAsM

Alternating caps

tHe qUiCk bRoWn fOx jUmPs oVeR ThE LaZy dOg
Feedback