๐ค
Text Case Converter
Convert text between camelCase, PascalCase, snake_case, kebab-case, and 10+ more formats instantly.
Text Case Converter
Convert text between camelCase, PascalCase, snake_case, kebab-case, and 10+ more formats instantly.
0 words ยท 0 chars
camelCase
โ
PascalCase
โ
snake_case
โ
SCREAMING_SNAKE_CASE
โ
kebab-case
โ
COBOL-CASE
โ
dot.case
โ
path/case
โ
Title Case
โ
Sentence case
โ
lowercase
โ
UPPERCASE
โ
Alternating case
โ
Inverse Case
โ
How it works
Input text is tokenized by splitting on spaces, underscores, hyphens, dots, slashes, and camelCase boundaries. Each case format recombines these tokens with its own rules. Click any output to use it as the new input for round-trip conversion. All processing happens locally in your browser.