Convert text between camelCase, snake_case, kebab-case, PascalCase.
The tool recognizes words in the input text (by spaces, underscores, hyphens, or case changes) and converts them into four popular naming styles used in programming.
The tool recognizes words regardless of the initial format — camelCase, snake_case, kebab-case, or plain text with spaces.
camelCase and PascalCase are common in JavaScript/TypeScript, snake_case in Python and databases, kebab-case in URLs and CSS classes.