Case Converter
Upper, lower, title, sentence, camel, snake, kebab.
Loading tool
Switch casing without a spreadsheet formula. Title case keeps small words like of and the lowercase unless they start the line.
How to use this tool
- Paste your text. Put the draft or list into the field at the top of this page. Nothing is uploaded.
- Adjust the options. Pick the mode or flags you need. Results update in this tab.
- Copy the result. Use Copy when the output looks right. Refreshing the page clears the text.
Identifier styles
camelCase, PascalCase, snake_case, and kebab-case strip punctuation first, then join tokens. Use them for filenames and code symbols, not prose.
Frequently asked
How does title case treat short words?
Articles and short prepositions stay lowercase unless they are the first or last word.
Will camelCase keep my punctuation?
No. Punctuation is removed so the result is a legal identifier.
Can I convert a whole document?
Yes. Paste it. Conversion is instant and local.
Is sentence case the same as title case?
No. Sentence case capitalizes only the first letter of each sentence.
Does this change my clipboard automatically?
Only when you press Copy.