DevToolBoxฟรี
บล็อก

ตัวแปลงรูปแบบชื่อสตริง

แปลงข้อความระหว่าง camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE และรูปแบบการตั้งชื่ออื่นๆ ฟรี ไม่ต้องสมัครสมาชิก

camelCase
...
PascalCase
...
snake_case
...
kebab-case
...
CONSTANT_CASE
...
Title Case
...
Sentence case
...
dot.case
...
path/case
...

เกี่ยวกับหลักการตั้งชื่อ

หลักการตั้งชื่อมีความสำคัญในการเขียนโปรแกรมเพื่อความสามารถในการอ่านและความสม่ำเสมอของโค้ด รูปแบบทั่วไปได้แก่ camelCase (JavaScript), snake_case (Python), kebab-case (CSS/URL), PascalCase (คลาส) และ CONSTANT_CASE (ค่าคงที่) เครื่องมือนี้แปลงระหว่างรูปแบบการตั้งชื่อยอดนิยมทั้งหมดทันที

𝕏 Twitterin LinkedIn

💬 User Feedback

Have suggestions or found a bug? Leave a message and we'll get back to you.
0/2000

ให้คะแนนเครื่องมือนี้

4.2 / 5 · 185 คะแนน

อัปเดตข่าวสาร

รับเคล็ดลับการพัฒนาและเครื่องมือใหม่ทุกสัปดาห์

ไม่มีสแปม ยกเลิกได้ตลอดเวลา

Enjoy these free tools?

Buy Me a Coffee

วิธีใช้งาน

  1. Type or paste any text in the input field
  2. All 9 naming conventions are shown instantly
  3. Click the copy button next to any format you need

กรณีการใช้งาน

  • Converting variable names between programming languages
  • Generating CSS class names from descriptions
  • Creating URL slugs from titles
  • Standardizing naming conventions in codebases

คำถามที่พบบ่อย

What naming conventions are supported?
9 conventions: camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, Title Case, Sentence case, dot.case, and path/case.
Which naming convention should I use?
It depends on the language: camelCase for JavaScript variables, snake_case for Python, kebab-case for CSS/URLs, PascalCase for classes, CONSTANT_CASE for constants.
Can I convert multiple words?
Yes. Enter any text — words, variable names, sentences — and all 9 case conversions appear instantly.