AlwizTool Logo AlwizTool Logo

Case Converter

Convert text between multiple programming and typographic case formats.

Input

Result

camelCase
PascalCase
snake_case
kebab-case
SCREAMING_SNAKE
dot.case
Title Case
Sentence case
lowercase
UPPERCASE

About Case Conversion

Different naming conventions are used across languages and contexts. camelCase and PascalCase are common in JavaScript. snake_case is standard in Python and databases. kebab-case is used in CSS and URLs. SCREAMING_SNAKE is used for constants.

Other Tools