Skip to content

Text Case Converter

Switch text between uppercase, lowercase, title, sentence, camel, snake and kebab case.

casefmt.sh
UPPERCASECONVERT ANY TEXT TO THE CASE YOU NEED
lowercaseconvert any text to the case you need
Title CaseConvert Any Text to the Case You Need
Sentence caseConvert any text to the case you need
camelCaseconvertAnyTextToTheCaseYouNeed
PascalCaseConvertAnyTextToTheCaseYouNeed
snake_caseconvert_any_text_to_the_case_you_need
kebab-caseconvert-any-text-to-the-case-you-need
CONSTANT_CASECONVERT_ANY_TEXT_TO_THE_CASE_YOU_NEED
aLtErNaTiNgcOnVeRt aNy tExT To tHe cAsE YoU NeEd

How to use Text Case Converter

  1. 01Paste or type your text into the box.
  2. 02Pick the case you want — every option previews the result immediately.
  3. 03Copy the converted text, or clear and start again.

About Text Case Converter

Title case capitalises the significant words in a heading while leaving short articles, conjunctions and prepositions in lowercase, unless they start or end the title. Sentence case capitalises only the first word and any proper nouns.

Programming cases exist for identifiers: camelCase for variables in many languages, snake_case in Python and SQL, kebab-case for URLs and CSS class names. Converting between them is mostly about where word boundaries sit.

Frequently asked questions

What is the difference between title case and sentence case?
Title case capitalises most words in a heading; sentence case capitalises only the first word and proper nouns.
Is my text uploaded?
No, conversion happens in your browser.
Does it keep line breaks?
Yes, paragraph and line structure is preserved.

Related tools and tools