Transform text between any case style: UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, and more — in a single click.
camelCase joins words without spaces, capitalizing the first letter of each word except the first: 'my variable name' → 'myVariableName'. Widely used in JavaScript.
Title Case capitalizes the first letter of every word. Sentence case only capitalizes the first letter of the first word in each sentence.