Aa

Text Case Converter

Convert text between all cases

UPPER CASEpreview
lower casepreview
Title Casepreview
Sentence casepreview
camelCasepreview
PascalCasepreview
snake_casepreview
kebab-casepreview
CONSTANT_CASEpreview
aLtErNaTiNgpreview

How to Use

  1. 1

    Type or paste your text into the input box.

  2. 2

    All case conversions are shown simultaneously - UPPER CASE, lower case, Title Case, camelCase, PascalCase, snake_case, kebab-case, and more.

  3. 3

    Click Copy next to any variant to copy it to your clipboard.

Frequently Asked Questions

What case formats are supported? โ–ผ
UPPER CASE, lower case, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, and aLtErNaTiNg case - all generated simultaneously from a single input.
What is camelCase? โ–ผ
camelCase joins words with no separators, where the first word is lowercase and each subsequent word starts with a capital letter. Example: "myVariableName". Used widely in JavaScript, Java, and Swift.
What is snake_case? โ–ผ
snake_case uses underscores between words with all letters in lowercase. Example: "my_variable_name". Common in Python, Ruby, and database column names.
What is kebab-case? โ–ผ
kebab-case uses hyphens between words with all lowercase letters. Example: "my-component-name". Standard for HTML attributes, CSS class names, and URL slugs.