How to Use
Paste your text and see all case conversions at once:
- Programming: camelCase, PascalCase, snake_case, kebab-case
- Writing: Title Case, Sentence case, UPPER, lower
- Special: CONSTANT_CASE, dot.case, path/case
Naming Conventions by Language
- JavaScript/TypeScript: camelCase (variables), PascalCase (classes)
- Python: snake_case (variables/functions), PascalCase (classes)
- CSS: kebab-case (classes/properties)
- SQL: snake_case or UPPER_CASE
- Go: camelCase (private), PascalCase (exported)
Title Case Rules
Capitalize all words except articles (a, an, the), short conjunctions (and, but, or), and short prepositions (in, on, at) — unless they start the title.
Step-by-Step Instructions
- 1Paste or type your text.
- 2View all case conversions instantly.
- 3Click any conversion to copy it.
- 4Use for variable naming, titles, URLs, etc.
- 5Check word and character counts.