Tools
Text Case Converter
Convert text between 10 different case formats instantly. Select a case style and the conversion happens in real time — copy the result with a single click.
Free10 FormatsReal-timeOne-click Copy
Select Case
Input
Output — UPPER CASE
Output will appear here…
Case format quick reference
- UPPER CASE: ALL CAPS — shouting, constants in code
- lower case: all lowercase — URLs, hashtags
- Title Case: Every Word Capitalized — headlines, titles
- Sentence case: First word only — prose writing
- camelCase: lowerFirst — JavaScript variables
- PascalCase: UpperFirst — class names, React components
- snake_case: underscores — Python, databases
- kebab-case: hyphens — CSS, URLs
- dot.case: dots — config files, package names