A short companion for Case Converter: when it is useful, what it expects, and what to check before using the result.
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 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.
Related guide
For broader background, see Text Formatting and Cleanup.