MyToolsKart
Developer tools

Case Converter

Convert text between UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case and kebab-case in one click.

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.