命名形式変換
camelCase、PascalCase、snake_case等の命名規則間で変換。無料で登録不要。
camelCase
...PascalCase
...snake_case
...kebab-case
...CONSTANT_CASE
...Title Case
...Sentence case
...dot.case
...path/case
...About Naming Conventions
Naming conventions are important in programming for code readability and consistency. Common conventions include camelCase (JavaScript), snake_case (Python), kebab-case (CSS/URLs), PascalCase (classes), and CONSTANT_CASE (constants). This tool instantly converts between all popular naming conventions.
💬 User Feedback
このツールを評価
4.2 / 5 · 185 件の評価
最新情報を受け取る
毎週の開発ヒントと新ツール情報。
スパムなし。いつでも解除可能。
Enjoy these free tools?
☕Buy Me a CoffeeHow to Use
- Type or paste any text in the input field
- All 9 naming conventions are shown instantly
- Click the copy button next to any format you need
Common Use Cases
- Converting variable names between programming languages
- Generating CSS class names from descriptions
- Creating URL slugs from titles
- Standardizing naming conventions in codebases