Convert text between UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, and kebab-case. Paste your text and click the format you need. Free and instant.
This tool supports UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, and kebab-case conversions.
camelCase is commonly used in JavaScript and other programming languages for variable and function names. Each word starts with a capital letter except the first.
snake_case uses underscores between words (like_this) and is common in Python. kebab-case uses hyphens (like-this) and is common in URLs and CSS class names.