D DevKit

Case Converter — camelCase, snake_case, kebab-case

Convert text between camelCase, snake_case, kebab-case, PascalCase and more.

100% client-side No upload Free · no signup

What is Case Converter?

Case Converter rewrites identifiers between programming naming conventions. Useful when porting code between languages or APIs with different style guides.

How to use

  1. Paste your text.
  2. Pick a target case from the dropdown.
  3. Copy the converted output.

Frequently asked questions

Does it handle multi-line input?

Yes. Each line is converted independently, preserving structure.

What about acronyms in camelCase?

Consecutive uppercase letters collapse to one word (e.g. HTTPServer → httpServer).