Browser-only инструмент

Конвертер регистра

Быстро меняйте регистр для текста, идентификаторов и форматов именования.

  • Обновлено: 2026-04-30
  • Case conversion runs locally in your browser and does not upload input.

Внимание: автоматическое преобразование регистра может ошибаться для имен, юридических текстов и языковых правил.

Преобразованный текст появится здесь.

Приватность и ограничения

Case conversion runs locally in your browser and does not upload input.

  • Title case rules vary by language and style guide.
  • camelCase and snake_case output depends on tokenization of punctuation and whitespace.
  • Do not rely on automatic case conversion for legal names or reviewed editorial copy.

FAQ

Which formats are supported?

Uppercase, lowercase, title case, sentence case, kebab-case, snake_case, and camelCase are supported.

Does title case follow a specific style guide?

No. It uses a simple practical rule, not AP, Chicago, or legal style conventions.

Is input uploaded?

No. Conversion runs locally in the browser.

Can it handle non-English text?

Basic Unicode text is supported, but some language-specific casing rules may differ.

Can it convert identifiers safely?

It helps with naming, but you still need to check reserved words, API conventions, and collisions.