Convert text between UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, kebab-case, and more. Just paste and click.
This tool supports 8 text cases: UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, kebab-case, and tOGGLE cASE (inverts the case of each character).
camelCase is a naming convention where the first word starts lowercase and each subsequent word starts uppercase, with no spaces or separators (e.g., myVariableName). It is commonly used in JavaScript and Java programming.
snake_case uses underscores to separate words (e.g., my_variable_name), common in Python and databases. kebab-case uses hyphens (e.g., my-variable-name), common in URLs, CSS class names, and file names.