Case converter

Convert text between different cases (camelCase, snake_case, etc.)

Input Text

Enter the text you want to convert

camelCase

helloWorldThisIsASampleText

PascalCase

HelloWorldThisIsASampleText

snake_case

hello_world_this_is_a_sample_text

kebab-case

hello-world-this-is-a-sample-text

CONSTANT_CASE

HELLO_WORLD_THIS_IS_A_SAMPLE_TEXT

dot.case

hello.world.this.is.a.sample.text

path/case

hello/world/this/is/a/sample/text

Sentence case

Hello world! this is a sample text.

Title Case

Hello World This Is A Sample Text

lowercase

hello world! this is a sample text.

UPPERCASE

HELLO WORLD! THIS IS A SAMPLE TEXT.