Writing Tools · 4 min read · 2026-07-30

Text Case Converter Guide: When to Use Each Case

UPPER, lower, Title, Sentence, camelCase, snake_case and kebab-case — where each one belongs.

Header Ad (Adsterra placeholder)

A short tour of cases

UPPERCASE

Shouting. Use sparingly — for legal notices, warnings, section labels and short buttons.

lowercase

Casual and modern. Common in tech branding and hashtag-style headlines.

Title Case

Article headlines, book titles, product names. The convention varies (some styles cap prepositions, others don't); the Text Case Converter uses simple first-letter-of-each-word Title Case.

Sentence case

The default for body copy and most modern web headlines. Only the first letter and proper nouns are capitalised.

camelCase

JavaScript variables, JSON keys, function names in many languages.

snake_case

Python variables, database column names, environment variables (when combined with UPPER: SCREAMING_SNAKE_CASE).

kebab-case

CSS class names, URL slugs, npm package names.

When to convert vs when to rewrite

A case converter is fine for mechanical transformations — a list of headings, a batch of variable names, a slugification pass. It's not fine for style questions: whether to use Title or Sentence case for your blog headlines is a brand decision, not a tooling decision.

Pick a convention in your style guide, then use the converter to enforce it across the site.

In-Content Ad (Adsterra placeholder)

Frequently asked questions

Which Title Case rules are used?
Simple: capitalise the first letter of every word. Style-guide-specific rules (skipping short prepositions) are not applied.
Does it handle non-English text?
Yes for most Latin-alphabet languages. Turkish (dotted/dotless i) may need manual review.
Can I convert a whole document?
Yes — paste the whole thing. The tool has no length limit and processes everything in the browser.
Text Tools Hub Editorial Team

We build and document free, privacy-first browser tools used by writers, students, marketers and developers. Every article is written and reviewed by the same team that ships the tools.

Expertise: Writing workflows, SEO content, text processing, front-end performance

Last updated:
Reading time:
4 min

Related articles

Footer Ad (Adsterra placeholder)