Text & code / LING.TOOLS
Case converter
Convert names and text to camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, Title Case and more.
Result
Ready when you are
Set up your input and run the tool. Your result will appear right here.
Private · Instant · LocalGUIDE & CONTEXT
About this tool
Translate naming conventions when moving between source code, API fields, environment variables and URLs. The converter detects common word boundaries from separators and case changes. Identifier conversion is mechanical; check acronyms and names whose capitalization carries a specific meaning.
How to use it
- Paste a name, identifier or short text.
- Choose the target naming or capitalization style.
- Convert and copy the result, checking acronyms before using it in public interfaces.
Example
hello world becomes helloWorld, HelloWorld, hello_world, hello-world or HELLO_WORLD depending on the selected style.