Case converter
One text, every case: camelCase, snake_case, kebab-case, CONSTANT_CASE and more. No data sent.
Genuinely free. No sign-up, no email, no limits, no cookies. We don't store the URL you analyse.
Type something to see every case.
What it's for
Every language and convention prefers a different case: camelCase for JavaScript variables, snake_case for Python and database columns, kebab-case for URL slugs and CSS classes, CONSTANT_CASE for constants. This tool gives you every variant at once, so you copy the right one without rewriting.
The same set includes the Lorem ipsum generator and the text diff.
Frequently asked questions
›What's the difference between camelCase and PascalCase?
Both join words without spaces and capitalise the first letter of each word. The difference is the very first letter: camelCase leaves it lowercase (variableName), PascalCase capitalises it (ClassName). The first is usually used for variables and functions, the second for classes and components.
›Does it recognise text already in camelCase or snake_case?
Yes. The tool splits words by internal capitals and by the «_», «-», «.» and «/» characters, so you can paste an already-formatted identifier and reconvert it into any other case without rewriting it by hand.
›Is my data sent anywhere?
No. Conversion happens entirely in your browser: no text is sent to a server or stored.