🔤 대소문자 변환기
텍스트를 대문자, 소문자, 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.
작동 방식
- Enter your text — Type or paste the text you want to convert.
- See all formats — All 10 case conversions are shown simultaneously.
- 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'.
관련 도구
- 🔢 단어 카운터 — 텍스트를 분석해요 - 단어 수, 문자, 읽기 시간, 상위 단어
- 🧹 중복 제거 — 정렬 및 트리밍 옵션으로 텍스트에서 중복 줄을 제거해요
- 🔗 URL 인코더 / 디코더 — URL과 쿼리 문자열을 즉시 인코딩 또는 디코딩해요