케이스 변환기

camelCase, snake_case, kebab-case 등을 변환합니다

공백, 하이픈, 언더스코어, camelCase 등 다양한 형식을 자동 인식합니다

변환 결과

camelCase
JavaScript 변수, 함수명
helloWorldExample
PascalCase
React 컴포넌트, 클래스명
HelloWorldExample
snake_case
Python, Ruby 변수
hello_world_example
SCREAMING_SNAKE_CASE
상수, 환경변수
HELLO_WORLD_EXAMPLE
kebab-case
CSS 클래스, URL
hello-world-example
TRAIN-CASE
HTTP 헤더
HELLO-WORLD-EXAMPLE
dot.case
Java 패키지
hello.world.example
path/case
파일 경로
hello/world/example
Title Case
제목, 헤드라인
Hello World Example
Sentence case
일반 문장
Hello world example
lower case
소문자 텍스트
hello world example
UPPER CASE
대문자 텍스트
HELLO WORLD EXAMPLE

예제