π€ Text Case Converter
Convert your text to 8 different case formats instantly. Perfect for developers, writers, and designers.
Advertisement
Advertisement
Advertisement
Text Case Converter Tool
Changing the case of text is a common task in programming, writing, and design. This tool converts your text to all major case formats with a single click.
Available Case Formats
- UPPERCASE β All characters in capitals. Used for constants in many languages.
- lowercase β All characters in small letters. Common for usernames and slugs.
- Title Case β First letter of each major word capitalized. Used for headlines.
- Sentence case β Only the first letter of each sentence capitalized.
- camelCase β No spaces, each word after the first is capitalized. Used in JavaScript.
- PascalCase β Like camelCase but the first word is also capitalized. Used for class names.
- snake_case β Words separated by underscores. Used in Python and databases.
- kebab-case β Words separated by hyphens. Used in CSS and URLs.