Case Converter
Convert text between UPPERCASE, lowercase, Title Case, camelCase, PascalCase, snake_case, kebab-case and more.
Features
How to Use
1. Paste your text into the input box.
2. Click any case button — the result appears below.
3. Click Copy to copy the converted text.
About this tool
Changing letter case by hand is slow and error-prone, especially for code identifiers. This converter rewrites your text in the common styles in one click: UPPERCASE and lowercase, Title Case for headings, Sentence case for body text, and the naming conventions programmers use — camelCase for JavaScript variables, PascalCase for classes and components, snake_case for Python and databases, kebab-case for URLs and CSS classes, CONSTANT_CASE for constants, dot.case and path/case for keys and paths. For the programming styles, the text is split into words at spaces, punctuation and existing capital-letter boundaries, so "user profile ID" and "userProfileId" both convert cleanly. The result updates instantly and can be copied with one click.