Case Converter
Paste text, click a case. Copy the result.
FAQ
What's the difference between Title Case and Sentence case?
Title Case Capitalizes Every Major Word; Sentence case only capitalizes the first word of each sentence.
What are camelCase, snake_case and kebab-case for?
They're programming naming conventions: camelCase for variables in JavaScript/Java, snake_case in Python, kebab-case in URLs and CSS.
Does it handle multiple paragraphs?
Yes, line breaks are preserved.