TEXTAaCase Converter
camel/Pascal/snake/kebab/dot
Supports conversion between camelCase / PascalCase / snake_case / kebab-case / SCREAMING_SNAKE / dot.case. Ideal for variable names / database fields / API fields across languages.
Case Convert: camel/Pascal/snake/kebab/dot
Typical scenarios: ① convert backend field names to the front-end naming style; ② batch-generate field names after changing a data table; ③ migrate variable names between languages.
How to use: paste the names to convert, pick a target style (camel, Pascal, snake, kebab, dot, etc.), and copy the result.
Notes: ① choose the style by your target language's convention rather than applying one blindly; ② names with abbreviations (e.g. `XMLHttpRequest`) may be ambiguous in case handling — review the result; ③ paste multiple names at once — each line is converted separately.
Related Tools
← Home