Case Converter

Convert text between camelCase, snake_case, kebab-case, PascalCase.

0/1000
camelCase
snake_case
kebab-case
PascalCase

The tool recognizes words in the input text (by spaces, underscores, hyphens, or case changes) and converts them into four popular naming styles used in programming.

Which formats can I convert from?

The tool recognizes words regardless of the initial format — camelCase, snake_case, kebab-case, or plain text with spaces.

Where are these naming styles used?

camelCase and PascalCase are common in JavaScript/TypeScript, snake_case in Python and databases, kebab-case in URLs and CSS classes.