8 Formats · Instant Convert · Copy-Ready
| Case | Use For | Example |
|---|---|---|
| UPPERCASE | Acronyms, emphasis, headers | README, API, HTML |
| lowercase | URLs, email, casual | hello world |
| Title Case | Headlines, book titles | The Great Gatsby |
| Sentence case | Normal writing, UI text | The quick brown fox |
| camelCase | JavaScript variables | getUserName |
| PascalCase | Classes, React components | UserProfile |
| snake_case | Python, database columns | user_name |
| kebab-case | CSS classes, URLs | nav-bar-item |
| CONSTANT_CASE | Constants, env vars | MAX_RETRY_COUNT |
| dot.case | Config keys, namespaces | app.config.name |
| Capitalize | Don't Capitalize (unless first/last) |
|---|---|
| Nouns, Verbs, Adjectives, Adverbs | a, an, the, and, but, or, for, nor |
| First and last word always | at, by, in, of, on, to, up, as |
| Words 4+ letters | Short prepositions and conjunctions |