Which case should I use?
camelCase and PascalCase are common for variables and classes; snake_case for Python and databases; kebab-case for URLs and CSS.
FAQ
Does it handle punctuation? The programming cases (camel, snake, kebab) split on words and drop punctuation; the plain cases keep your text as-is.
Is it private? Yes — all conversions run in your browser.
