Convert text between camelCase, snake_case, kebab-case and more.
The tool splits on spaces, hyphens, underscores, and camelCase/PascalCase boundaries — so you can convert from any of these conventions to any other, in either direction.
camelCase is the JavaScript/Java convention; snake_case is common in Python; CONSTANT_CASE is typical for constants in most languages.
Acronyms are treated as regular words during conversion, so "XMLParser" becomes "xml_parser" in snake_case rather than preserving the acronym as one unit.
Yes — paste multi-line text and every case format is generated for the entire block, preserving line breaks within each conversion.