大小写转换工具
工具使用说明
支持的转换类型
1. 转换为大写
将所有字母转换为大写:
- hello world → HELLO WORLD
- Text Case → TEXT CASE
2. 转换为小写
将所有字母转换为小写:
- HELLO WORLD → hello world
- Text Case → text case
3. 首字母大写
将每个单词的首字母转换为大写:
- hello world → Hello World
- text case → Text Case
4. 句首大写
将每个句子的第一个字母转换为大写:
- hello. world! → Hello. World!
- text case. example → Text case. Example