← Về trang chủ

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.

9 casesSmart detectRealtime
camelCase
myVariableName
PascalCase
MyVariableName
snake_case
my_variable_name
kebab-case
my-variable-name
CONSTANT_CASE
MY_VARIABLE_NAME
Title Case
My Variable Name
dot.case
my.variable.name
lower case
my variable name
UPPER CASE
MY VARIABLE NAME

Vì sao dùng tool này

9 outputs cùng lúc

Mỗi keystroke → 9 case styles update parallel. Không cần switch tool.

🧠
Smart detect

Nhập 'myVariableName' hay 'my_variable' hay 'My Variable' đều cho output đúng. Auto-split words.

📋
Copy per-case

Mỗi case có nút copy riêng — pick format cần và paste.

Cách sử dụng

  1. 1Nhập text bất kỳ format (camelCase, snake_case, kebab-case, Title Case...).
  2. 2Tool auto-split thành words.
  3. 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).