Tools · Text · Case converter
Case converter
Convert text between UPPERCASE, lowercase, Title Case, and programming cases like camelCase, snake_case, and kebab-case, live.
Runs fully in your browser. Nothing is uploaded.
Your file is ready.
Try a different file, or try again.
How it works
Type or paste your text.
Pick a case from the Plain or Programming groups.
Copy the converted result.
Frequently asked questions
No. Everything happens in your browser.
Title Case keeps small words like "a" and "the" lowercase, unless they're the first or last word. Capitalized Case capitalizes every word, no exceptions.
Yes - five of them: camelCase, PascalCase, snake_case, kebab-case, and CONSTANT_CASE.
Arabic has no letter case, so the case-only modes leave Arabic letters unchanged - that's correct, not a bug. The programming-case modes still restructure word boundaries (joining words with _ or -), since that's about spacing, not case.
Comments