dot.case Converter
Paste or type any text and instantly convert it to dot.case format with all words lowercased and joined by dots.
Copied!
Conversion Examples
| Input | dot.case Output |
|---|---|
| Hello World | hello.world |
| myVariableName | my.variable.name |
| snake_case_text | snake.case.text |
| kebab-case-text | kebab.case.text |
| PascalCaseExample | pascal.case.example |
| SCREAMING_SNAKE_CASE | screaming.snake.case |
Summary
Paste or type any text and instantly convert it to dot.case format with all words lowercased and joined by dots.
How it works
- Paste or type your text into the input box.
- The converter splits words on spaces, underscores, hyphens, and camelCase boundaries.
- All characters are lowercased and joined with dots.
- The converted result appears instantly in the output box.
- Click "Copy" to copy the result to your clipboard.
Use cases
- Generate dot-notation config keys from human-readable labels.
- Convert camelCase variable names for use in TOML or INI files.
- Normalize file names to dot.case for consistent project structure.
- Transform API response keys into dot.case property paths.
- Convert sentence headings into dot-case identifiers for i18n keys.
- Rename CSS custom properties or JS object paths to dot.case.
Frequently Asked Questions
Last updated: 2026-06-09 ·
Reviewed by Nham Vu