Convert Text Case for Titles, Slugs, and Code Constants

When this applies

Apply these steps when brand updates demand Title Case across hundreds of cards or when API enums must jump to SCREAMING_SNAKE without IDE macros. Case tools are blunt—spot-check proper nouns and acronym policies after bulk conversion.

Tool to use

Convert between UPPER, lower, Title, and more.

Open Text Case Converter →

Steps

  1. 1List exceptions like iPhone or eBay before running bulk transforms.
  2. 2Convert a pilot paragraph, then compare against manual style-guide samples.
  3. 3Apply to full body, then scan headings and callouts separately if rules differ.
  4. 4Export alongside changelog so translators know English casing shifted.

Examples

  • Newsletter CMS migrates legacy ALL CAPS headlines to sentence case.
  • YAML keys normalized to lower-kebab for a new CLI importer.

What to avoid

  • Title-casing French contractions against Académie expectations.
  • Breaking camelCase identifiers by inserting stray spaces mid-token.
  • Applying uppercase to emails that must stay deliverable lowercase.

Related tools

On the blog

More in Text Tools

Browse all task guides or see the full list on the Text Tools hub.

FAQ

Unicode support?

Works on pasted Unicode; still verify edge cases like German ß casing rules.

Combine with slug tool?

Yes—case first for display, then slugify for URL segments.

All task guides · Text Tools tools · Blog