✏️ Input Text

🎯 Select Case Format

Sentence case
Hello world!
lowercase
hello world!
UPPERCASE
HELLO WORLD!
Title Case
Hello World!
camelCase
helloWorld
PascalCase
HelloWorld
snake_case
hello_world
kebab-case
hello-world
CONSTANT_CASE
HELLO_WORLD
dot.case
hello.world
path/case
hello/world
tOGGLE cASE
hELLO wORLD!

👁️ Converted Text

Hello world! This is a sample text for case conversion. Welcome to the advanced text case converter tool.

⚡ Quick Examples

"hello world" → "Hello World" (Title Case)
"HelloWorld" → "hello_world" (Snake Case)
"hello-world" → "helloWorld" (Camel Case)
"HELLO WORLD" → "hello world" (Lowercase)