Case Converter
Convert text between UPPER, lower, Title, Sentence, camelCase and more.
Case Converter
This tool runs entirely in your browser. Your files never leave your device.
How to use
- 1Paste your text into the input box.
- 2Pick a target case from the buttons.
- 3Copy or download the converted result.
About this tool
The Case Converter rewrites your text in a chosen letter case. Alongside the everyday options (upper, lower, title and sentence case) it produces the identifier styles used in programming: camelCase, PascalCase, snake_case and kebab-case.
Benefits & use cases
- Fix text that was typed with caps lock on.
- Format headings and titles consistently.
- Convert names between coding conventions.
Frequently asked questions
How does title case decide which words to capitalise?
This tool capitalises the first letter of every word. It does not lower-case short words like "of" or "the", so review the result if you need strict style-guide title case.
Can it convert camelCase back to words?
Yes. snake_case and kebab-case modes split camelCase and PascalCase input into separate words first.