Text Tool

Case Converter

Convert text between any case format instantly β€” UPPERCASE, lowercase, Title Case, camelCase, PascalCase, snake_case, kebab-case, and more.

Input Text
Words: 0
Chars: 0
Select Output Case
UPPERCASE
HELLO WORLD
lowercase
hello world
Title Case
Hello World
Sentence case
Hello world
camelCase
helloWorld
PascalCase
HelloWorld
snake_case
hello_world
SCREAMING_SNAKE
HELLO_WORLD
kebab-case
hello-world
Train-Case
Hello-World
dot.case
hello.world
tOgGlE cAsE
hElLo WoRlD
Output

Case Format Reference

Frequently Asked Questions

Does Title Case follow specific grammar rules?
This tool capitalizes every word for simplicity. Strict AP/Chicago style rules exclude articles (a, an, the), short prepositions (of, in, on), and coordinating conjunctions (and, but, or) unless they are the first or last word.
How does camelCase handle acronyms?
This tool treats acronyms as regular words β€” e.g., "XML parser" becomes "xmlParser". Some style guides prefer "XMLParser" β€” adjust manually if needed.