Case Style Converter
Convert between camelCase, kebab-case, snake_case, Title Case.
Hello World Breaking News Http Status Codes User Defined Functions
Convert between case styles. Useful when copying URLs into prose, or when refactoring code from one naming convention to another. Multiple lines convert at once.
About
Pick a conversion direction. The tool transforms each line - useful when copying URLs into prose, refactoring variable names, or just normalizing casing.
How to use
- Pick a direction.
- Paste text (one per line).
FAQ
Multi-word handling?+
Each conversion handles multiple words intelligently. snake_case_to_camelCase reads as snakeCaseToCamelCase, etc.