Programming Case Converter (camelCase, snake_case)
Convert text between camelCase, PascalCase, snake_case, SCREAMING_SNAKE_CASE, kebab-case, dot.case, Title Case and more with one click. Perfect for renaming variables and API fields.
Formatos disponíveis
- camelCase — minhaVariavel (JS, Java)
- PascalCase — MinhaVariavel (C#, componentes React)
- snake_case — minha_variavel (Python, SQL)
- SCREAMING_SNAKE_CASE — MINHA_VARIAVEL (constantes)
- kebab-case — minha-variavel (CSS, URLs)
- dot.case — minha.variavel (configs, i18n)
- Title Case — Minha Variavel (títulos)
- UPPER CASE / lower case — variações simples
Convert text between case formats
A good chunk of programming is naming things, and every language, database or API follows its own convention: camelCase, snake_case, kebab-case, PascalCase. Swapping one for another by hand is tiring and leaves room for mistakes. This converter turns any text between all those formats with a click.
The cases most common in development are covered, from camelCase, PascalCase, snake_case and SCREAMING_SNAKE_CASE to kebab-case, dot.case, Title Case and others. Renaming variables, standardising API fields or converting a whole list of names from one convention to another becomes a matter of seconds.
Paste the text in the format you have, copy it in the format you need, and forget the manual rework. The conversion happens in the browser itself, with the text never leaving it.
Related Tools
JSON ↔ CSV Converter
Convert data between JSON (array of objects) and CSV bidirectionally. Paste and convert instantly in the browser, no file upload needed.
PX ↔ REM / EM Converter
Convert pixels to REM and EM and vice versa with configurable base. Reference table with the most common CSS sizes. Essential for web.
.env Formatter
Formats .env files: sort variables, group by prefix, quote values and remove duplicates.