Case Converter
Paste text and instantly convert it to UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, or kebab-case.
UPPERCASECONVERT THIS TEXT TO ANY CASE YOU NEED
lowercaseconvert this text to any case you need
Title CaseConvert This Text to Any Case You Need
Sentence caseConvert this text to any case you need
camelCaseconvertThisTextToAnyCaseYouNeed
PascalCaseConvertThisTextToAnyCaseYouNeed
snake_caseconvert_this_text_to_any_case_you_need
kebab-caseconvert-this-text-to-any-case-you-need
Ad space
Frequently asked questions
What does Title Case do with small words like "of" or "the"?+
It follows common style-guide convention and keeps short connector words lowercase unless they start the sentence.
Can I convert a whole sentence to camelCase?+
Yes, spaces and punctuation are stripped and each word after the first is capitalized, the same way you'd write a JavaScript variable name.
Does snake_case handle existing hyphens or spaces?+
Yes, both are converted to underscores, so "my file-name" becomes "my_file_name".