About the Case Converter
The Case Converter changes the capitalisation of any text in one click. It covers the everyday cases (uppercase, lowercase, title and sentence case) as well as the naming conventions programmers use, such as camelCase, PascalCase, snake_case, kebab-case and CONSTANT_CASE.
Typical uses include fixing a paragraph that was accidentally typed with Caps Lock on, formatting headlines for a blog or presentation, converting a list of labels into variable names, or turning a page title into a URL-friendly slug. The programmer cases split text on spaces, punctuation and existing camelCase boundaries, so userFirstName converts cleanly to user_first_name or user-first-name.
How to use the Case Converter
- Paste or type the text you want to convert into the input box.
- Click one of the case buttons: UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, or aLtErNaTiNg.
- The converted text appears in the output box. Click Copy to copy it, or "Use as input" to keep transforming it.