Case Converter — camelCase, snake_case, kebab-case + 6 more
Convert text/identifier sang 9 case styles cùng lúc: camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, Title Case, dot.case, lower, UPPER. Smart detect input.
myVariableNameMyVariableNamemy_variable_namemy-variable-nameMY_VARIABLE_NAMEMy Variable Namemy.variable.namemy variable nameMY VARIABLE NAMEVì sao dùng tool này
Mỗi keystroke → 9 case styles update parallel. Không cần switch tool.
Nhập 'myVariableName' hay 'my_variable' hay 'My Variable' đều cho output đúng. Auto-split words.
Mỗi case có nút copy riêng — pick format cần và paste.
Cách sử dụng
- 1Nhập text bất kỳ format (camelCase, snake_case, kebab-case, Title Case...).
- 2Tool auto-split thành words.
- 39 case outputs hiện realtime — copy cái cần.
Case styles trong programming
Khác nhau giữa programming languages: JavaScript dùng camelCase cho variable, PascalCase cho class. Python dùng snake_case. Rust dùng kebab-case cho crate name + CONSTANT_CASE cho constants.
Khi convert giữa languages hay refactor code, cần đổi case nhanh — tool này tiết kiệm thời gian.
- ✓9 case formats simultaneously
- ✓Smart word split (auto-detect camelCase boundaries)
- ✓Realtime update
- ✓Copy per-format
- ✓Support Unicode (giữ dấu tiếng Việt khi convert)
- ✓Pure JS no deps
Câu hỏi thường gặp
Tiếng Việt có dấu thì sao?
Tool giữ nguyên dấu (vd 'Tên Biến' → 'tenBien' không lowercase đúng vì JS toLowerCase với dấu hoạt động đặc biệt). Khuyến nghị bỏ dấu trước.
Số trong tên có giữ không?
Có. 'myVar2' → 'my_var_2' (snake), 'my-var-2' (kebab).