When to Use Each Case
- camelCase — JavaScript variables and function names
- PascalCase — JavaScript/TypeScript classes and components
- snake_case — Python variables, database columns, file names
- kebab-case — URLs, CSS classes, package names (npm)
- Title Case — headings, titles, button labels
This tool is especially handy when migrating code between languages with different naming conventions.
More Free Developer Tools
Explore our full collection of fast, private, browser-based tools.
All Tools →