命名风格转换
驼峰、下划线、短横线、常量名互转。
关于「命名风格转换」
它属于「开发辅助」分类:前端与后端开发中经常用到的小工具。
完全免费、无需注册;所有处理都在浏览器本地完成,文件不会上传到任何服务器。
相关关键词:命名风格转换、开发辅助、命名、驼峰、snake、在线工具、免费
如何使用「命名风格转换」
- 打开工具:打开「命名风格转换」页面,无需注册、无需安装任何软件。
- 准备输入:准备好要处理的内容或文件:文本可直接粘贴,文件可拖入页面(本工具属于「开发辅助」)。
- 填入内容:把内容粘贴进输入框,或把文件拖入页面;也可以点击「示例」先填入样例数据试一下。
- 设置选项并处理:按需调整页面上的选项,然后点击处理 / 转换 / 生成按钮。
- 获取结果:处理完全在浏览器本地完成,结果可直接复制或下载,文件不会上传到任何服务器。
常见问题
- 各种命名风格分别用在哪里?
- 小驼峰常见于 Java、JavaScript 的变量与方法;大驼峰用于类名;下划线是 Python、Ruby 和数据库字段的惯例;短横线多用于 CSS 类名和 URL;常量名则统一用大写加下划线。
- 连续大写的缩写能正确处理吗?
- 可以。拆分规则会识别“连续大写后跟一个大写加小写”的边界,因此 <code>XMLHttpRequest</code> 能正确拆成 xml + http + request。
- 中文可以转换吗?
- 命名风格转换针对的是英文标识符。中文没有大小写和词边界的概念,输入中文会原样保留。
Naming Style Converter (English)
Camel, snake, kebab and constant case conversion.
Belongs to “Dev Tools”: Small utilities frequently used in front-end and back-end development.
Free, no sign-up; everything runs locally in your browser and files are never uploaded.
Keywords: Naming Style Converter, Dev Tools, naming, camel, snake, online tool, free
How to use it
- Open the tool:Open the “Naming Style Converter” page — no sign-up and nothing to install.
- Prepare the input:Prepare the content or file to process: paste text or drop a file onto the page (this tool belongs to “Dev Tools”).
- Provide the input:Paste your content into the input box or drop a file onto the page; you can also click “Sample” to try example data first.
- Adjust options and run:Adjust the options if needed, then click the process / convert / generate button.
- Get the result:Everything runs locally in your browser; copy or download the result — your files are never uploaded.
FAQ
- Where are the styles used?
- camelCase is common in Java/JS variables and methods; PascalCase for class names; snake_case in Python, Ruby and DB fields; kebab-case in CSS classes and URLs; constants use UPPER_SNAKE_CASE.
- Are consecutive-capital acronyms handled?
- Yes. The splitter detects the boundary “all-caps then Upper+lower”, so <code>XMLHttpRequest</code> correctly becomes xml + http + request.
- Can Chinese be converted?
- Naming-style conversion targets English identifiers. Chinese has no case or word boundaries, so it is preserved as-is.
More tools in Dev Tools
- Unix Timestamp Converter — Convert sec/ms timestamps to dates, multi-timezone.
- Cron Expression Parser — Explain cron and predict next run times.
- Regex Tester — Live match highlight, group view and common regex library.
- QR Code Generator — Generate QR codes with custom color and error correction.
- QR Code Reader — Upload an image or screenshot to read its QR content.
- Code Diff — Show line-level diff of two code snippets side by side.
- SQL Formatter — Uppercase SQL keywords and indent for readability.
- CSS Formatter — Beautify and minify CSS code.
- HTML Beautifier — Indent and minify HTML source.
- JS Formatter — Indent-beautify and minify JavaScript.
- Color Converter — HEX/RGB/HSL conversion and palette generation.
- CSS Loading Spinners — Pick a loading spinner and copy ready-made HTML/CSS.
- View Source — Paste HTML source for structured viewing and beautifying.
- User-Agent Parser — Parse OS and engine info from a browser UA.
- Local Info — View local IP, screen and browser environment.
- Xget URL Accelerator — Convert raw URLs like GitHub, npm, Docker and AI APIs into Xget-accelerated links in one click.