# Case Converter Guide

Switch text between camelCase, snake_case, kebab-case and more.

- Tool: https://ilham.dev/tools/case-converter/
- Guide URL: https://ilham.dev/guides/case-converter/
- Tool guides index: https://ilham.dev/guides/tools/
- Broader guide: Text Formatting and Cleanup (https://ilham.dev/guides/text-formatting-and-cleanup/)

## What it does

Switch text between camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, Title Case and sentence case, with word boundaries inferred from the separators and capitalisation already present.

## Use the tool

Open https://ilham.dev/tools/case-converter/, add the input the tool asks for, run it, and check the output before using it elsewhere.

## Input and output

- Input: text.
- Output: text.
- Category: Text.

## Privacy and processing
Processing happens locally in your browser. This tool does not upload the input to ilham.dev.

## Questions

### How does it split words that are already joined together?

It splits on separators and on the case boundaries it can see, so getHTTPResponse becomes get, HTTP, Response. Where the input is ambiguous it can only ever be a guess.