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
- Paste your text.
- Pick a target case from the dropdown.
- 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).