Monu Tools

대소문자 변환기

UPPERCASE, lowercase, Title, Sentence, camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, dot.case 간 텍스트를 변환합니다.

대소문자 변환기 사용 방법

  1. 01

    텍스트를 입력하거나 붙여넣으세요.

  2. 02

    목록에서 필요한 케이스를 선택하세요.

  3. 03

    변환된 결과를 복사하세요.

What this converter does

The Case Converter switches text between programming cases and natural-language cases in one place, so you do not have to retype a label, variable or heading by hand just to change how it is capitalized.

Conversion happens entirely in your browser, so whatever you paste stays on your device and nothing is uploaded.

The cases it covers

It covers UPPERCASE, lowercase, Title Case and Sentence case for prose, plus the cases developers need: camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE and dot.case. Each has its home: camelCase in JavaScript and Java, snake_case in Python and Ruby, kebab-case in CSS and URLs, and CONSTANT_CASE for environment variables.

How it splits words

The clever part is tokenization. The converter first splits your input into words, understanding existing camelCase, snake_case, kebab-case and spaces, and treats acronyms like API or HTTP as single units. So myAPIKey becomes my-api-key, not my-a-p-i-key.

Title Case, Sentence case and style guides

Title Case capitalizes the first letter of each word, which is ideal for headings and labels. Sentence case capitalizes only the first word, like ordinary prose. Note that Title Case here does not apply editorial small-word rules (leaving "of" or "the" lowercase), so check headlines if you follow a specific style guide.

Typical uses include renaming a variable to match a new language's convention, turning a heading into a URL slug, building an environment-variable name from a label, or just cleaning up inconsistent capitalization pasted from elsewhere.

자주 묻는 질문

혼합 입력은 어떻게 처리되나요?

변환기는 먼저 camelCase, snake_case, kebab-case, 공백을 단어로 분리하고 API나 HTTP 같은 약어를 단일 단어로 처리합니다.

어떤 케이스를 사용해야 하나요?

JavaScript/Java에는 camelCase, Python/Ruby에는 snake_case, CSS와 URL에는 kebab-case, 환경 변수에는 CONSTANT_CASE를 사용하세요.

이 도구 임베드하기

이 도구를 직접 운영하는 웹사이트에 추가하세요. 아래 코드를 복사하면 자동으로 최신 상태로 유지됩니다.

<iframe src="https://monu.tools/embed/ko/case-converter" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>

관련 도구