Skip to content
ZeroServer.tools

Case Style Converter

Convert identifiers between camelCase, snake_case, kebab-case, and more.

camelCasehelloWorldExample
PascalCaseHelloWorldExample
snake_casehello_world_example
kebab-casehello-world-example
CONSTANT_CASEHELLO_WORLD_EXAMPLE
dot.casehello.world.example
Capitalized WordsHello World Example
lower casehello world example

Programming case styles, explained

Different languages and ecosystems favor different naming conventions: camelCase for JavaScript variables, PascalCase for classes and React components, snake_case in Python and SQL, kebab-case for URLs and CSS, and CONSTANT_CASE for constants. This tool splits your input on spaces, separators, and existing camelCase boundaries, so it round-trips between any of them — all in your browser.

Related: the text case converter, the slug generator, and find & replace.

Related Developer Utilities tools