Text Case Converter
Convert text between UPPERCASE, lowercase, Title Case, camelCase and more.
What is the Text Case Converter?
This tool converts text between the common casing styles used in writing and in code — UPPERCASE and lowercase, Title Case and Sentence case for regular writing, and camelCase, PascalCase, snake_case and kebab-case for variable and file naming conventions in programming.
How to use it
- Paste or type your text.
- Click any case button to convert it and copy the result.
The programming case styles each have a conventional home: camelCase is standard for JavaScript/Java variable names, PascalCase for class and component names, snake_case for Python variables and database columns, and kebab-case for URL slugs and CSS class names. Converting between them is useful when renaming something to match a different codebase's convention, or when turning a plain-English heading into a valid identifier. Everything runs locally in your browser.