Fix capitalization in one click
Typed a heading with caps lock on? Need a headline in Title Case, a Python variable in snake_case, or a URL slug in kebab-case? Paste your text and click the case you need — the conversion is instant and handles multi-word, hyphenated, and camelCase input sensibly.
Frequently asked questions
Is my text uploaded anywhere?
No. All conversions happen instantly in your browser.
What are camelCase, snake_case, and kebab-case for?
They're programming naming conventions: camelCase (JavaScript variables), PascalCase (class names), snake_case (Python), kebab-case (URLs and CSS), and CONSTANT_CASE (constants). The converter splits your words and rejoins them in the chosen style.
Can I chain conversions?
Yes — each button transforms the current text in place, so you can apply one case after another and copy when it looks right.