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/zh/case-converter" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>

相关工具