Case Converter
Paste text and convert it to any common case style — including programmer cases like camelCase, snake_case, and kebab-case.
Frequently asked questions
What is the difference between Title Case and Sentence case?
Title Case Capitalizes The First Letter Of Every Word; sentence case only capitalizes the first word of each sentence. Publications differ on small words (a, of, the) — this tool capitalizes every word for simplicity.
When are camelCase, snake_case, and kebab-case used?
camelCase is common for variables in JavaScript and Java, snake_case in Python and SQL, and kebab-case in URLs and CSS class names.
Is my text stored?
No — conversion happens instantly in your browser and nothing is uploaded or saved.