Text Case Converter
Convert between UPPER, lower, camelCase, and more
4 words / 24 characters
UPPERCASE
ALL LETTERS UPPERCASE
lowercase
all letters lowercase
Title Case
Capitalizes The First Letter Of Each Word
Sentence case
Only the first letter of each sentence
camelCase
myVariableName
PascalCase
MyVariableName
snake_case
my_variable_name
SCREAMING_SNAKE
MY_CONSTANT_NAME
kebab-case
my-variable-name
AlTeRnAtInG
Alternating uppercase and lowercase
iNVERSE
Inverts the case of each letter
Quick steps
Type or paste text
Drop in any text. All conversions update live as you type.
Pick a case
11 case styles including programmer favorites like camelCase, snake_case, kebab-case.
Copy what you need
Each conversion has its own copy button. Use it inline.
Frequently asked questions
What is camelCase vs PascalCase?
camelCase starts with a lowercase letter (myVariable). PascalCase starts uppercase (MyVariable). Both are common in programming but used in different contexts.
Will it preserve numbers and symbols?
Numbers are kept. Symbols and spaces are used as word separators for camel/snake/kebab/pascal cases and stripped from the result.