When each case is used
- Title Case: headings, book and article titles.
- Sentence case: normal writing, UI labels, most modern headlines.
- camelCase / snake_case / kebab-case: programming — JavaScript variables, Python identifiers and URLs/CSS respectively.
FAQs
Does it handle Hindi or Gujarati text?
Indic scripts don't have letter case, so those characters pass through unchanged — only Latin letters are converted.
Is my text stored?
No — conversion happens in your browser and nothing is uploaded.