Case Converter
Convert between casing styles like camelCase, snake_case, and kebab-case
How to use the case converter
Paste a variable name, field name, or phrase, then click the target style. The tool splits on spaces, underscores, hyphens, and camelCase boundaries before converting.
- camelCase / PascalCase:Good for variables and types in JavaScript, TypeScript, and similar languages
- snake_case / CONSTANT_CASE:Common for Python, database columns, and enum constants
- kebab-case:Often used for URL segments, CSS class names, and config keys
- Privacy:Input is converted only in your browser
FAQ
Which separators are recognized?
Spaces, underscores, hyphens, dots, and camelCase / PascalCase word boundaries.
What is the difference between camelCase and PascalCase?
camelCase keeps the first word lowercase (e.g. helloWorld); PascalCase capitalizes every word (e.g. HelloWorld).
Is my data uploaded?
No. Everything runs locally in your browser.