大小写转换

在 大写、小写、首字母大写、camelCase、PascalCase、snake_case、kebab-case 等多种命名之间转换。

功能特性

UPPERCASE
lowercase
Title Case
camelCase
PascalCase
snake_case
kebab-case
CONSTANT_CASE

使用方法

1. 把文本粘贴到输入框。

2. 点击任意一个大小写按钮 —— 结果会显示在下方。

3. 点击「复制」复制转换后的文本。

常见问题

What is camelCase?
camelCase is a naming convention where each word starts with a capital letter except the first, with no separators.

相关工具