Case & naming
dot.case converter
Join tokens with dots: user.profile.settings — locally, from any naming style.
Processed in your browser — nothing is uploaded
The same tokenizer as camelCase emits lowercase tokens separated by periods.
Last reviewed 2026-09-10.
FAQ
Questions, answered
When is dot.case used?
Object paths, some i18n keys, and certain config formats.
Does it lowercase?
Yes. Tokens are lowercase before joining.
Does my text leave the browser?
No. The dot.case converter runs in JavaScript on this page. Your paste is not uploaded.
Related
Keep going
Case & naming
kebab-case
Convert text into kebab-case for CSS classes, file names, and routes.
Case & naming
snake_case
Build snake_case or SCREAMING_SNAKE_CASE from any identifier or sentence.
Case & naming
camelCase
Camel case converter: turn phrases, snake_case, or kebab-case into camelCase identifiers in your browser.