codinganthem
All tools/

Case Converter

About Case Converter

Different programming languages and conventions use different naming styles. JavaScript typically uses camelCase for variables, Python prefers snake_case, and class names use PascalCase across most languages. URL slugs and CSS class names use kebab-case. This tool converts text between all common case formats instantly, and supports multiple lines so you can convert a whole list at once.