DocumentMage

Text transform

Case Converter

Convert a heading, sentence, or identifier into the case you need, including title case and programming cases.

Text is processed in your browser. DocumentMage does not upload it to our servers.

Examples

Article headline

“a guide to invoice terms in the united states” becomes “A Guide to Invoice Terms in the United States” in title case.

Variable name

“reading time calculator” becomes readingTimeCalculator in camelCase.

How to use it

  1. Paste the text you want to convert.
  2. Choose a case. The output updates immediately.
  3. Copy the result or send it to the text cleaner if you still need spacing fixes.

Limits

  • Proper nouns already in unusual casing may need a manual pass.
  • Programming cases are for identifiers, not for legal or published prose.

Questions

How does title case treat small words?

Title case capitalizes the first and last words. Short function words such as “and,” “or,” and “the” stay lowercase in the middle unless they follow a colon.

Is this official APA or Chicago title case?

It follows a practical US heading style. Style manuals differ on prepositions and hyphenated words. Check the manual your editor requires.

What do camelCase and snake_case do to punctuation?

Programming cases strip most punctuation and split on spaces, hyphens, and underscores so the result can be used as an identifier.

Related tools