🔤 케이스 변환
한 입력으로 12가지 형식 동시 변환 — camelCase, snake_case, kebab-case 등
camelCase
helloWorldExampleText
PascalCase
HelloWorldExampleText
snake_case
hello_world_example_text
SNAKE_CASE
HELLO_WORLD_EXAMPLE_TEXT
kebab-case
hello-world-example-text
KEBAB-CASE
HELLO-WORLD-EXAMPLE-TEXT
dot.case
hello.world.example.text
path/case
hello/world/example/text
Title Case
Hello World Example Text
Sentence case
Hello world example text
lowercase
hello world example text
UPPERCASE
HELLO WORLD EXAMPLE TEXT