CamelCase/Underscore/Hyphen Conversion Tool

Tool Introduction
Different programming languages and environments have different requirements for the naming conventions of variables and classes. Our tool can help you quickly convert text into different naming conventions: lowerCamelCase is often used in JavaScript variable naming, UpperCamelCase is often used in Java class naming, kebab-case is often used in CSS class naming, and snake_case with underscores is often used in Python variable naming. We also support all uppercase hyphen-separated and all uppercase underscore-separated snake case.