Convert text to UPPERCASE, lowercase, Title Case, camelCase, slug, and more.
Text Case Conversion Types
Different contexts require different text cases. Our case converter handles 8 popular formats used by writers, developers, marketers, and SEO professionals daily.
When to Use Each Case Type
- UPPERCASE: Headlines, acronyms, call-to-action buttons
- lowercase: Email addresses, domain names, coding variables
- Title Case: Blog post titles, book titles, headings
- Sentence case: General writing, social media posts, emails
- camelCase: JavaScript variable names, JSON keys
- PascalCase: Class names in Java, C#, Python
- slug-case: URL slugs, file names, CSS class names
Frequently Asked Questions
What is Title Case?
Title Case capitalizes the first letter of each word. It's commonly used for headings, titles of articles, and book names.
What is camelCase?
camelCase starts with a lowercase letter and capitalizes the first letter of each subsequent word, with no spaces. Used extensively in JavaScript programming.
What is a URL slug?
A URL slug is the part of a URL that identifies a specific page. It uses only lowercase letters, numbers, and hyphens. Example: 'my-blog-post-title'.
Can I convert large amounts of text?
Yes. Paste text of any length and the conversion happens instantly in your browser.
Does this work on mobile?
Yes! The tool is fully responsive and works on all mobile browsers.