CalculatorsConvertersDeveloperTextAll toolsDirectory
Submit your tool Sign in
Theme
Home/Text/camelCase, snake_case and kebab Converter

camelCase, snake_case and kebab Converter

Convert programming identifiers between the common naming conventions: camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE and dot.case. Different languages and style guides prefer different formats, so you often need to rename a variable, a config key, a CSS class or a filename to match the surrounding code. This converter first splits your input into words no matter how it was originally formatted, then rebuilds it in the style you pick, so it round trips cleanly between formats. It works line by line, which makes it easy to convert a whole list of names in one go. All the conversion runs in your browser, so your code and identifiers never leave your machine.

How to use camelCase, snake_case and kebab Converter

  1. Paste your identifier or phrase.
  2. Select the target case style.
  3. Read the converted identifier.
  4. Copy it into your code.

Frequently asked questions

Which programming cases does it support?

It converts identifiers between camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE and dot.case.

What is the difference between camelCase and PascalCase?

camelCase starts with a lowercase letter like myVariable, while PascalCase capitalizes the first letter like MyVariable, which is common for class names.

Can it convert an existing snake_case name to camelCase?

Yes. It reads the word boundaries from any supported style and rewrites the identifier into the target style you choose.

What is camelCase, snake_case and kebab Converter?

Convert programming identifiers between the common naming conventions: camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE and dot. case.

Is camelCase, snake_case and kebab Converter free to use?

Yes. camelCase, snake_case and kebab Converter is completely free, with no sign-up and no usage limits.

Does camelCase, snake_case and kebab Converter work in a web browser?

Yes. camelCase, snake_case and kebab Converter runs in any modern web browser. There is nothing to download or install.

Is my data private with camelCase, snake_case and kebab Converter?

Yes. camelCase, snake_case and kebab Converter runs entirely on your device in your browser, so nothing you enter is uploaded to a server.

Badge

Link this tool from a README, doc or site. The badge links back to this page.

Listed on yourhack.ai

[![Listed on yourhack.ai](https://yourhack.ai/badge/case-style-converter.svg)](https://yourhack.ai/case-style-converter)