I inbrowser.sh

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

Quick answer

Case Converter runs locally in your browser for quick developer formatting, conversion or inspection work. Case Converter rewrites identifiers between programming naming conventions. Useful when porting code between languages or APIs with different style guides.

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.

Example

Use this sample to confirm what Case Converter does before pasting your own data.

Input
Hello World
Output
camelCase: helloWorld | snake_case: hello_world | kebab-case: hello-world

When to use it

Use Case Converter for quick local checks, debugging, documentation prep, and one-off conversions where opening a full IDE or command-line workflow would be slower. For production-critical data, always review the output before committing or shipping it.

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).