Case conversion is one of those small but constant tasks in development and writing. Renaming variables, formatting titles, cleaning imported data — our case converter handles 12 different text transformations in one click, with a live preview that updates as you type.
All 12 Case Formats
- UPPERCASE — all capital letters (HELLO WORLD)
- lowercase — all small letters (hello world)
- Title Case — first letter of each word capitalised (Hello World)
- Sentence case — first letter of each sentence capitalised
- camelCase — used in JavaScript variables (helloWorldToday)
- PascalCase — used in class names and components (HelloWorldToday)
- snake_case — used in Python, databases (hello_world_today)
- kebab-case — used in CSS, HTML slugs (hello-world-today)
- CONSTANT_CASE — used for constants (HELLO_WORLD_TODAY)
- dot.case — used in some configs (hello.world.today)
- aLtErNaTe CaSe — alternating upper/lower
- Reverse CASE — inverts existing capitalisation
Aa
Try it free — no sign-up needed
Use the Free Case Converter →Also try: Word Counter and Lorem Ipsum Generator.