Convertidor de case · Guía
Case Converter Online: camelCase, snake_case and More
A case converter rewrites an identifier or label into camelCase, snake_case, kebab-case, PascalCase or Title Case. This guide explains the cases and where each belongs.
The common cases
camelCase joins words with capitals after the first (userName); PascalCase capitalises every word (UserName); snake_case uses underscores (user_name); kebab-case uses hyphens (user-name); Title Case capitalises words with spaces. The converter shows all of them at once.
It splits on spaces, punctuation and case boundaries, so it handles messy input as well as clean identifiers.
Where each is used
JavaScript variables favour camelCase, classes PascalCase, Python and database columns snake_case, CSS classes and URLs kebab-case. Converting between them saves manual retyping when moving code or data across conventions.
Preguntas frecuentes
Does it handle existing camelCase input?
Yes. The converter detects case boundaries, so it can split camelCase or PascalCase input and re-emit it in any other case.
¿Listo para probarlo?
Abre la herramienta gratuita Convertidor de case en el navegador y aplica lo que acabas de leer: sin registro y procesando localmente.
Abrir la herramienta Convertidor de case