Case Converter

Convert text to UPPERCASE, lowercase, Title Case, camelCase, snake_case and more.

About the Case Converter

Retyping text just to change its capitalisation is a waste of time. The AlarmDaddy Case Converter transforms any text between UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case and kebab-case in one click — handy for headlines, code identifiers, slugs and tidying up text that arrived in the wrong case.

Paste your text, pick a case, and copy the result. It all runs in your browser.

How to use this calculator

  1. 1Paste or type your text.
  2. 2Pick the target case (UPPERCASE, Title Case, snake_case, …).
  3. 3Read the converted output.
  4. 4Copy the result with one click.

The formula

Each mode applies a capitalisation rule: word-initial, all-caps, all-lower, or a join style (camel/snake/kebab).

Title Case capitalises the first letter of every word; Sentence case capitalises the first letter after sentence punctuation; camelCase joins words with no spaces and capitalises each word after the first; snake_case and kebab-case lowercase words and join them with underscores or hyphens respectively.

Frequently asked questions

Title Case capitalises the first letter of every word ("The Quick Brown Fox"). Sentence case only capitalises the first word of each sentence ("The quick brown fox").