Kembali ke Beranda
Blog

Konverter Huruf

Konversi teks antar huruf kapital

Teks Input

0 karakter · 0 kata · 0 baris
Huruf Besar
0
Huruf Kecil
0
Digit
0
Khusus
0

Teks Output

Output akan muncul di sini...
Convert all letters to uppercase

Opsi Konversi

Tips Pro

  • Gunakan camelCase untuk nama variabel JavaScript/TypeScript
  • Gunakan PascalCase untuk nama komponen React dan kelas
  • Gunakan snake_case untuk variabel dan fungsi Python
  • Gunakan kebab-case untuk kelas CSS dan slug URL
  • Gunakan CONSTANT_CASE untuk variabel lingkungan dan konstanta

Frequently Asked Questions

What text case formats are supported?

Our case converter supports UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, and CONSTANT_CASE. Each format has its own use cases in writing and programming.

What is camelCase used for?

camelCase (e.g., myVariableName) is the standard naming convention for variables and functions in JavaScript, Java, and many other programming languages. The first word is lowercase and each subsequent word starts with an uppercase letter.

What is the difference between Title Case and Sentence case?

Title Case capitalizes the first letter of every major word (e.g., "The Quick Brown Fox"), while Sentence case only capitalizes the first word and proper nouns (e.g., "The quick brown fox"). Title Case is used for headings; Sentence case for normal prose.