How to use the Text Case Converter

  1. Paste or type your text into the box.
  2. Click the case format you want — UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case or kebab-case.
  3. Copy the converted result with one click.

How each case format works

UPPERCASE / lowercase: every letter is converted to upper or lower case. Title Case: the first letter of each word is capitalized. Sentence case: only the first letter of the whole text (and after sentence-ending punctuation) is capitalized. camelCase: words are joined with no spaces, the first word lowercase and every following word capitalized. snake_case and kebab-case: words are lowercased and joined with underscores or hyphens respectively — common conventions for variable names, file names and URL slugs.