CamelCase / snake_case

Free online naming case converter. 6 styles (camelCase/snake_case/kebab-case etc.) interconvert, pure string processing.

사용법

기능

  • 支持 6 种命名风格互转:camelCase / PascalCase / snake_case / SCREAMING_SNAKE_CASE / kebab-case / 空格分隔
  • 智能识别输入风格(无论输入是哪种,都可转为目标风格)
  • 支持批量逐行转换
  • 纯字符串处理,正则分割单词,无外部依赖

활용 사례

  • 粘贴任意命名风格的标识符,选择目标风格
  • 每行一个标识符可批量转换
  • 结果区显示转换后的字符串

Runtime

  • 现代浏览器(Chrome/Firefox/Safari/Edge)
  • 无外部依赖,纯 JS 正则
  • 无需后端,数据不上传保护隐私

나이nt API 사용법

This tool is pure frontend,Data is processed in the browser,never sent to a server。 manifest 中 api_url 为空,/api/camelcase/ endpoint does not exist(返回 404)。 Agent 请读取 schema.json 理解字段,Please execute the tool logic in the browser first。
// Step 1: 读取工具 Schema
GET https://clawam.com/tools/camelcase/schema.json

// Step 2: 在浏览器中执行工具逻辑
// 命名风格互转 在工具页 JS 中实现