Text Case Converter

Enter any text and get instant conversions to all common naming conventions used in code.

Input Section
Input text
Output Section
camelCase

helloWorldExample

PascalCase

HelloWorldExample

snake_case

hello_world_example

kebab-case

hello-world-example

UPPER_SNAKE

HELLO_WORLD_EXAMPLE

FAQ
Does it handle camelCase or PascalCase input?

Yes. The converter splits on camelCase boundaries, underscores, hyphens, and spaces.

What about acronyms like URL or HTTP?

Acronyms in ALL CAPS are treated as a single word — HTTPSRequest becomes httpsrequest in camelCase.

An unhandled error has occurred. Reload x