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
- 1List exceptions like iPhone or eBay before running bulk transforms.
- 2Convert a pilot paragraph, then compare against manual style-guide samples.
- 3Apply to full body, then scan headings and callouts separately if rules differ.
- 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
- Count Words and Characters for Drafts and Limits
- Measure Character Limits for Forms and SMS-Style Messages
- Count Line Breaks for Logs, Config, and Poetry Layout
- Dedupe Log Lines and Survey Export Rows
- Sort Lines for Lists, Config Keys, and Playlists
- Reverse Line Order for Stack Parsing and Storyboards
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.