Case Converter

Convert text between uppercase, lowercase, Title Case, camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, and more.

What is Case Converter?

A case converter transforms text between casing styles: UPPERCASE, lowercase, Title Case, camelCase, PascalCase, snake_case, kebab-case, and CONSTANT_CASE.

How to Use Case Converter

Type or paste text in the input area. All conversions update in real-time. Click the copy button next to any result to copy it.

FAQ

What is camelCase used for?

camelCase is commonly used in JavaScript, Java, and other programming languages for variable and function names.

When should I use PascalCase?

PascalCase is typically used for class names, component names (especially in React), and type definitions.

What's the difference between snake_case and kebab-case?

Both separate words with a character, but snake_case uses underscores and is common in Python, while kebab-case uses hyphens and is common in URLs and CSS.