Skip to content
Toolify
Text

Case Converter

Switch your text between cases in one click — UPPERCASE, lowercase, Title Case, Sentence case, and developer styles like camelCase, snake_case, and kebab-case. Ideal for cleaning up headings, code identifiers, and copied text.

How to use the Case Converter

  1. 1Paste your text. Add the text you want to transform.
  2. 2Pick a case. Choose from upper, lower, title, sentence, camel, snake, or kebab case.
  3. 3Copy the result. Grab the converted text with the copy button.

Frequently asked questions

What is the difference between Title Case and Sentence case?

Title Case capitalizes the first letter of each word, while Sentence case capitalizes only the first letter of each sentence.

What are camelCase and snake_case for?

They're naming conventions in programming. camelCase joins words with capitalized humps, and snake_case joins them with underscores.