Case Converter
Instantly convert your text to UPPERCASE, lowercase, Title Case, camelCase, snake_case, and 7 more formats โ live as you type.
What is a case converter?
A case converter changes the capitalization pattern of text. Different cases are used in different contexts โ UPPERCASE for headings and emphasis, camelCase and snake_case in programming, Title Case for book titles and headings, and Sentence case for normal writing.
camelCase, PascalCase, snake_case, SCREAMING_SNAKE, and kebab-case are all used in code. snake_case is common in Python and databases; camelCase in JavaScript; PascalCase for class names.
Title Case capitalizes major words and is used in book and article titles. Sentence case only capitalizes the first word, used in normal sentences and blog post titles.
AlTeRnAtInG cAsE alternates uppercase and lowercase letters, commonly used for emphasis or humorous effect in informal writing and memes.
This tool supports 10 case formats: UPPER, lower, Title, Sentence, Capitalized, camelCase, PascalCase, snake_case, kebab-case, and aLtErNaTiNg.