케이스 변환기
camelCase·PascalCase·snake_case·kebab-case·Title Case 등 네이밍 스타일 사이를 자유롭게 변환합니다.
Apply common identifier cases — camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, dot.case — plus everyday writing cases like Title Case, Sentence case, lowercase, UPPERCASE, and sWaP cAsE.
How does the tool tokenise input?
Mixed identifiers like fooBarBaz, foo-bar_baz, and 'foo bar' all become [foo, bar, baz] before re-casing.