Utility Tools
Case Converter
Convert any text between 10 different case formats instantly — including camelCase, PascalCase, snake_case, kebab-case, and CONSTANT_CASE for developers, plus standard uppercase, lowercase, and title case for writers.
1
Type or paste your text into the input area
2
See all 10 case conversions displayed automatically
3
Click the copy button next to any conversion
4
Use the converted text in your project
Aa Case Converter
Convert text between lowercase, UPPERCASE, Title Case, Sentence case, camelCase, snake_case and more.
Your Text
💡 Pro Tips & Best Practices
✓
camelCase is the convention for JavaScript variables and function names.
✓
PascalCase is standard for class names in JavaScript, Python, and C#.
✓
snake_case is used in Python variables, database column names, and file names.
✓
CONSTANT_CASE (ALL_CAPS_SNAKE) is the convention for constants and environment variables.
✓
kebab-case is standard for CSS class names, HTML attributes, and URL slugs.
✓
Title Case is used for headings, book titles, article titles, and product names.
✓
Sentence case is ideal for Etsy listing descriptions — it reads naturally and professionally.