Enter text and it is converted at once to camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, Title Case, UPPERCASE and lowercase. Click the copy icon on each row to send it to the clipboard.
The conversion detects the text's natural separators: spaces, hyphens (-) and underscores (_), as well as the uppercase breaks in camelCase. So you can start from any format.
Useful for refactoring variable names across languages: Python uses snake_case, Java camelCase and CSS kebab-case.