🔤 大小写与命名法Case & Naming
在多种命名法之间互转:camelCase、PascalCase、snake_case、CONSTANT_CASE、kebab-case、dot.case、path/case、Title Case、Sentence case、UPPER 与 lower;并支持大小写互换、交替大小写与随机大小写。每行独立转换。Convert between naming conventions plus swap, alternating and random case. Each line is converted independently.
① 输入文本① Input
② 目标格式② Target format
③ 转换结果③ Result
使用说明How to use
怎么用How to use
- 输入一个标识符或短语Enter an identifier or phrase
- 选择命名法:camelCase、snake_case、kebab-case、Pascal 等Pick a style: camelCase, snake_case, kebab, Pascal
- 查看转换结果Review the converted result
示例:hello world → helloWorldExample: hello world → helloWorld
全程在你的浏览器本地完成,文本不会上传服务器。Runs entirely in your browser; your text is never uploaded.
输入任意混合格式(含空格、下划线、连字符或驼峰),选择目标命名法即可转换。多行文本每行独立处理,常用于变量名、数据库字段、文件名风格的批量统一。Paste any mixed format (spaces, underscores, hyphens or camelCase) and pick a target. Multi-line text is converted per line — great for unifying variable, column or file-name styles.