1001Ferramentas
Aa Dev

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