Case Converter
Convert between camelCase, snake_case, kebab-case and more.
Loading tool…
About this tool
Converts between the naming conventions that different languages and systems expect: camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE and ordinary sentence and title case.
Limitations
- Word boundaries are inferred from separators and capitalisation. Acronyms such as parseHTTPResponse are a known hard case.
Questions
- How are word boundaries detected?
- From existing separators — spaces, hyphens, underscores — and from transitions between lower and upper case, so getHTTPResponse splits sensibly rather than treating the acronym as one word.
Privacy
This page does its work in your browser. What you paste is processed by JavaScript running on your own device and is never sent to a DevToolery server — there is no server that could receive it. The page itself is a static file delivered by a CDN. See exactly what is stored.