Case converter

Type or paste text to see it in camelCase, snake_case, kebab-case, PascalCase, and more — all at once, in your browser.

Tool processing runs in your browser — your pastes/files are not uploaded to our servers for processing.Details

camelCase

PascalCase

snake_case

kebab-case

CONSTANT_CASE

Title Case

Sentence case

lower case

UPPER CASE

Frequently asked questions

What is camelCase vs snake_case vs kebab-case?

camelCase joins words with the first lowercase and the rest capitalized (myVariableName). snake_case joins with underscores (my_variable_name). kebab-case joins with hyphens (my-variable-name). This tool shows all of them at once.

How does it split my text into words?

It splits on spaces, underscores, hyphens, and camelCase boundaries, so "myVariable-name test" becomes the words my, variable, name, test before re-joining in each style.

Is my text uploaded?

No. TryDevSnip converts in your browser. Nothing you paste is uploaded to our servers for processing.