Title case and the other case styles you keep rewriting by hand
One paste box; multiple outputs. Primary intent is Title Case; other styles sit as modes so we don’t ship six near-duplicate URLs.
chars: 24
When to use
Titles, renaming identifiers, cleaning CSV labels into a consistent case style.
Examples
How it works
Split on whitespace/punctuation → map per style (Title / snake / kebab / etc.). Small-word exceptions for Title Case may apply.
Common pitfalls
- Acronyms (API, ID) may look wrong in Title Case.
- Unicode letters need care beyond ASCII.
- Snake/kebab aren’t reversible losslessly.
How this differs
Case styles for labels; Slugify for URL paths; Regex for custom rules.
FAQ
APA/Chicago title rules?
We use a simple programmable rule set — not a full style-guide engine.
Unicode letters?
Best-effort; document limitations.
Related slug tool?
Slugify for URL paths.
Uploaded?
No.
Related tools
Runs in your browser. Nothing is uploaded. Not a security product —hashes and JWT decode are for debugging, not password storage or auth advice.