Convert any text to UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE or dot.case with a single click. Paste your text, pick a case and copy the result. Everything runs locally in your browser.
When to Use the Text Case Converter
Use when you need to change text case for coding conventions, formatting headings, cleaning up copy-pasted text, or preparing variable names for programming. To count words or characters in your converted text, use the word counter.
Case Converter Tips
- Use Sentence case to quickly fix text that was accidentally typed in all caps.
- Use snake_case or camelCase buttons to convert plain English phrases into valid variable names.
- CONSTANT_CASE is ideal for environment variables and configuration constants.
- Try kebab-case for creating URL-friendly slugs from page titles.