Case

Transform text case

Frequently Asked Questions

What are the common text case formats?
Common formats include: lowercase, UPPERCASE, Title Case, camelCase, PascalCase, snake_case, kebab-case, and CONSTANT_CASE.
When should I use each case format?
camelCase for JavaScript variables, PascalCase for classes, snake_case for Python/databases, kebab-case for URLs and CSS, CONSTANT_CASE for constants.
What is sentence case vs title case?
Sentence case capitalizes only the first word and proper nouns. Title case capitalizes the first letter of most words, typically excluding articles and prepositions.