Text Case Converter Guide
How to convert phrases into title case, sentence case, camelCase, snake_case, and kebab-case for labels, code, filenames, and slugs.
Quick answer
Paste a phrase and copy the case variant that fits your destination: title case for headings, sentence case for copy, camelCase for code, snake_case for exports, or kebab-case for slugs and simple file names.
What this tool does
The text case converter transforms the same input phrase into common naming styles. It is useful when a title, label, route, code key, and file name all need consistent variants.
Step-by-step use
- Paste or type the source phrase
- Review the generated case variants
- Copy the variant that matches your target convention
- Manually adjust acronyms, product names, and brand casing when needed
- Check the final value in the target system
Practical workflow
Use text case conversion after wording is final but before titles, slugs, labels, and filenames are copied into different systems. Clean the phrase first, choose the variant for the destination, then review acronyms and brand casing manually. For published URLs and metadata, continue into the SEO Publishing Workflow; for drafts and cards, use the Content Publishing Workflow.
Data handling and processing behavior
Case conversion is handled in the browser for this tool. Avoid entering sensitive text unless you have reviewed the implementation.
Best inputs
- Page titles
- UI labels
- Field names
- File names
- Route fragments
- Export column labels
Examples
Docs title
team access controls can become Team Access Controls for a heading and team-access-controls for a route segment.
Code key
invoice status label can become invoiceStatusLabel or invoice_status_label, depending on project conventions.
Assumptions and limits
- Acronyms may need manual review
- Product names and brand casing may need manual review
- Slug variants are not checked for uniqueness
- Code identifiers may still need language-specific validation
- The tool does not decide your project's style guide
Common mistakes
Trusting automatic title case for every headline
Some style guides use sentence case. Others preserve acronyms or lowercase short prepositions. Review the final title.
Using a generated slug as a final URL without route checks
A slug still needs uniqueness checks, redirects, and canonical review.
Practical handoff note
For case-conversion handoff, include destination style: title, slug, filename, label, variable name, or heading. Acronyms, product names, and locale-specific casing often need manual review. Do not treat generated case as final copy when brand voice or SEO titles matter.
Next steps
- Content Publishing Workflow — prepare headings, labels, snippets, and card text after case cleanup
- SEO Publishing Workflow — review slug, canonical, and metadata after choosing route text
- Slug Generator — prepare URL-friendly path segments after choosing wording
- Text Cleaner — remove whitespace noise before case conversion
- Word Counter — check title and description length
- Line Sorter — organize lists of labels before converting them