Case Converter
Convert text between different case formats for programming and writing
Transform your text into various case formats including camelCase, snake_case, kebab-case, and more. Perfect for programming, variable naming, and text formatting.
Text Input
Enter the text you want to convert
Converted Text
All case format variations of your text
camelCase
First word lowercase, subsequent words capitalized
Enter text to see camelCase conversion
PascalCase
All words capitalized, no spaces
Enter text to see PascalCase conversion
snake_case
All lowercase with underscores
Enter text to see snake_case conversion
kebab-case
All lowercase with hyphens
Enter text to see kebab-case conversion
SCREAMING_SNAKE_CASE
All uppercase with underscores
Enter text to see SCREAMING_SNAKE_CASE conversion
SCREAMING-KEBAB-CASE
All uppercase with hyphens
Enter text to see SCREAMING-KEBAB-CASE conversion
lowercase
All characters in lowercase
Enter text to see lowercase conversion
UPPERCASE
All characters in uppercase
Enter text to see UPPERCASE conversion
Title Case
First letter of each word capitalized
Enter text to see Title Case conversion
Sentence case
First letter capitalized, rest lowercase
Enter text to see Sentence case conversion
aLtErNaTiNg CaSe
Alternating uppercase and lowercase
Enter text to see aLtErNaTiNg CaSe conversion
InVeRsE CaSe
Inverts the case of each character
Enter text to see InVeRsE CaSe conversion
dot.case
All lowercase with dots
Enter text to see dot.case conversion
Case Conversion Guide
Programming Cases:
- camelCase: JavaScript variables, Java methods
- PascalCase: Class names, React components
- snake_case: Python variables, database columns
- kebab-case: CSS classes, URL slugs
- SCREAMING_SNAKE_CASE: Constants, environment variables
Writing Cases:
- Title Case: Headings, book titles
- Sentence case: Regular sentences
- UPPERCASE: Emphasis, acronyms
- lowercase: Casual text, tags
- aLtErNaTiNg CaSe: Mocking text, emphasis