Text Case Converter

Switch text between any casing in one click.

Result

Your converted text will appear here.

About the Text Case Converter

Convert text between every common casing in one click — UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case and kebab-case. Handy for headlines, variable names and tidying up pasted text.

How to use it

  1. 1Paste your text.
  2. 2Pick the case you want — the result updates instantly.
  3. 3Copy it with one click.

One place for every casing

Different contexts demand different casing, and doing it by hand is tedious and error-prone. Headlines and titles often need Title Case; body copy pasted from elsewhere may need Sentence case to read naturally; and code has its own conventions — camelCase for JavaScript variables, PascalCase for class names, snake_case in Python, and kebab-case for CSS classes and URL slugs. This tool converts between all of them instantly, so you can retype a name once and switch it to whatever the target language or style guide expects.

Common uses

  • Reformatting a pasted headline into proper Title Case.
  • Converting a variable name between camelCase and snake_case for another language.
  • Fixing text that arrived in ALL CAPS back to normal sentence case.

Frequently asked questions

Does it work for code identifiers?
Yes — camelCase, PascalCase, snake_case and kebab-case make it easy to convert names between languages and conventions.
What's the difference between Title Case and Sentence case?
Title Case capitalises the first letter of each major word, as in a headline. Sentence case capitalises only the first word (and proper nouns), like a normal sentence.