Convert text instantly to 15 different case formats. Great for code, APIs, filenames, CSS classes and more.
Different programming languages, frameworks and contexts have different naming conventions. JavaScript uses camelCase for variables, Python uses snake_case, C# uses PascalCase for classes, CSS uses kebab-case for class names, SQL uses SCREAMING_SNAKE_CASE for constants and URLs use kebab-case for slugs. This tool converts any input text into all 15 formats simultaneously so you can copy the one you need without manually applying transformation rules.
The tool handles multi-word input intelligently by splitting on spaces, punctuation and existing case boundaries. So you can paste a sentence, a function name in any format, or a mixed string and get clean output in all formats immediately. All conversions update in real time as you type.