🔤 대소문자 변환기

텍스트를 대문자, 소문자, camelCase 등으로 변환해요

🔒 이미지가 기기 밖으로 나가지 않아요. 모든 처리는 JavaScript string manipulation를 사용하여 브라우저에서 로컬로 이루어져요. 업로드, 서버, 추적이 없어요.

기능

  • 10 Case Formats — Convert between uppercase, lowercase, title case, sentence case, camelCase, PascalCase, snake_case, kebab-case, dot.case, and toggle case.
  • Instant Conversion — Results appear immediately as you type or paste text.
  • One-Click Copy — Click any converted result to copy it to your clipboard.

작동 방식

  1. Enter your text — Type or paste the text you want to convert.
  2. See all formats — All 10 case conversions are shown simultaneously.
  3. Click to copy — Click any format to copy the result to your clipboard.

활용 사례

  • Convert variable names between camelCase, snake_case, and kebab-case
  • Transform headings to Title Case for articles
  • Quick uppercase/lowercase conversion for any text

자주 묻는 질문

What is Title Case?

Title Case capitalizes the first letter of each word. For example: 'hello world' becomes 'Hello World'.

What is toggle case?

Toggle case inverts each character — uppercase becomes lowercase and vice versa. 'Hello' becomes 'hELLO'.

관련 도구