Text Case Converter

Convert text between different case formats including uppercase, lowercase, camelCase, snake_case, kebab-case, and more.

beginnerDeveloper Tools

✨ Key Features

11 Case Types

Support for all common text case formats including camelCase, snake_case, and more

Instant Conversion

Real-time conversion as you type with one-click copy functionality

Batch Processing

Convert large amounts of text instantly across all formats

0 characters • Real-time conversion

Input Text

UPPERCASE

ALL LETTERS IN UPPERCASE

Converted text will appear here...

lowercase

all letters in lowercase

Converted text will appear here...

Title Case

First Letter Of Each Word Capitalized

Converted text will appear here...

Sentence case

First letter capitalized, rest lowercase

Converted text will appear here...

camelCase

firstWordLowercaseRestCapitalized

Converted text will appear here...

PascalCase

FirstLetterOfEachWordCapitalized

Converted text will appear here...

snake_case

words_separated_by_underscores

Converted text will appear here...

kebab-case

words-separated-by-hyphens

Converted text will appear here...

CONSTANT_CASE

WORDS_SEPARATED_BY_UNDERSCORES_UPPERCASE

Converted text will appear here...

aLtErNaTiNg CaSe

EvErY oThEr LeTtEr CaPiTaLiZeD

Converted text will appear here...

iNVERSE cASE

Flips the case of each letter

Converted text will appear here...

Case Conversion Guide

Programming Cases

camelCase:JavaScript variables, Java methods
PascalCase:Class names, React components
snake_case:Python variables, database columns
kebab-case:CSS classes, URLs, file names
CONSTANT_CASE:Constants, environment variables

Text Cases

Title Case:Headlines, book titles
Sentence case:Regular sentences, descriptions
UPPERCASE:Emphasis, acronyms
lowercase:Casual text, tags