๐ค Case Converter
Convert text to any case format instantly
Advertisement
UPPERCASE
Text Case Converter โ 10 Formats
Our case converter supports 10 different text case formats, covering everything from simple uppercase/lowercase transformations to developer-oriented formats like camelCase and snake_case.
Available Formats Explained
- UPPERCASE: All letters converted to capital โ used for headings, acronyms, emphasis.
- lowercase: All letters in small case โ useful for normalizing data, email addresses, URLs.
- Title Case: First letter of each word capitalized โ standard for titles, headings, proper names.
- Sentence case: Only the first letter of each sentence is capitalized โ natural writing format.
- camelCase: No spaces, first word lowercase, subsequent words capitalized โ standard in JavaScript, Java variable names.
- PascalCase: Like camelCase but first word also capitalized โ used for class names in most OOP languages.
- snake_case: Words joined by underscores, all lowercase โ Python variables, database column names, file names.
- kebab-case: Words joined by hyphens โ URL slugs, CSS class names, HTML attributes.
- Alternating case: Alternates between upper and lower case for stylistic or fun purposes.
- Inverse case: Flips the case of every letter โ fun transformation for design or obfuscation.