Case Converter

Paste text, click a case, copy the result.

Frequently asked questions

What is title case?

Title case capitalizes the first letter of each major word, keeping short words like "a", "of", and "the" lowercase unless they start the title. This tool follows that convention.

What are camelCase, snake_case, and kebab-case used for?

They are programming naming styles: camelCase for JavaScript variables, snake_case for Python, kebab-case for URLs and CSS classes. The converter strips punctuation and joins words in the chosen style.

Does sentence case fix ALL-CAPS TEXT?

Yes. Sentence case lowercases everything, then capitalizes the first letter of each sentence — the fastest way to fix text typed with caps lock on.