Code Case Converter
Convert identifiers between common programming naming styles
ABOUT
What is Code Case Converter?
Convert identifiers and phrases between camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, and Title Case. Separators and existing camelCase boundaries are normalized locally. Use the text case converter for paragraphs and uppercase or lowercase transformations.
ABOUT US
Small tools, built for the web.
Utilities that run entirely in your browser. No install, no signup, and your data never leaves your machine.
FAQ
Questions, answered.
Which naming styles are supported?+
The converter supports camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, and Title Case.
Does it handle accented characters?+
It keeps letters from the basic Latin alphabet and digits. Accented or non-Latin characters are treated as separators.
Can I convert multiple lines?+
The current converter treats the input as one phrase. Run each identifier separately when line-by-line preservation matters.