Case Converter
Convert text between different cases.
Drop a file here or click to upload
About Case Converter
Case conversion transforms text between different capitalization styles such as UPPER CASE, lower case, Title Case, camelCase, PascalCase, snake_case, and kebab-case. Each style is used in different contexts — programming languages use camelCase or snake_case for variable names, URLs often use kebab-case, and titles follow Title Case rules.
How to Use
Type or paste your text into the input field. Click any of the case style buttons (UPPER CASE, lower case, Title Case, camelCase, snake_case, etc.) to instantly convert your text. The result appears in the output area, ready to be copied with one click.
Common Use Cases
- Converting variable names between camelCase and snake_case
- Formatting titles and headings in proper Title Case
- Generating kebab-case slugs for URLs from regular text
- Standardizing text casing for data cleanup and imports
- Converting class names to PascalCase for programming conventions