Case Converter

Convert text between UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, and kebab-case. Paste your text and click the format you need. Free and instant.

Frequently Asked Questions

What case formats are supported?

This tool supports UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, and kebab-case conversions.

What is camelCase used for?

camelCase is commonly used in JavaScript and other programming languages for variable and function names. Each word starts with a capital letter except the first.

What is the difference between snake_case and kebab-case?

snake_case uses underscores between words (like_this) and is common in Python. kebab-case uses hyphens (like-this) and is common in URLs and CSS class names.