Text
Browser-based
Case Converter
Convert text to uppercase, lowercase, title case, sentence case, and more.
Text is converted in your browser only.
Features
- Convert to UPPERCASE
- Convert to lowercase
- Convert to Title Case
- Convert to Sentence case
- Convert to camelCase
- Convert to snake_case
- Convert to slug-case
- Copy result with one click
Use Cases
- Formatting code variable names
- Standardizing imported data
- Creating URL slugs
- Preparing titles for documents
Frequently Asked Questions
Is my text saved?
No. All conversions happen in your browser. Your text is never uploaded or stored.
What's the difference between Title Case and Capitalize Each Word?
Title Case capitalizes articles, conjunctions, and prepositions (of, the, and) unless they're the first word. Capitalize Each Word capitalizes every word.
Can I convert multiple lines at once?
Yes, the case converter works on the entire text including multiple lines.
What is slug case?
Slug case converts text to lowercase with spaces replaced by hyphens, commonly used in URLs like 'my-blog-post'.