You can convert to UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, and aLtErNaTiNg case.
camelCase starts with a lowercase letter (e.g. myVariableName), while PascalCase starts with an uppercase letter (e.g. MyVariableName). Both remove spaces and capitalize the start of each subsequent word.
snake_case joins words with underscores (my_variable_name), while kebab-case joins words with hyphens (my-variable-name).
Yes, both the Input and Output boxes have their own Copy buttons, and a "View Full" button to see the complete text in a popup.
Yes, all 9 case options appear together in a single row so you can try different conversions on the same input without reloading the page.