dot.case Converter
Convert text or identifiers to dot.case instantly.
This tool runs entirely in your browser. Your files are never uploaded to a server.
Paste text, a phrase, or an identifier in any format — camelCase, snake_case, kebab-case, or plain words — and convert it to dot.case, where every word is lowercase and joined by periods.
Frequently Asked Questions
- What is dot.case used for?
- It's commonly used for configuration keys (like "app.database.host"), namespaced identifiers, and some file-naming conventions.
- Can I convert from snake_case or kebab-case to dot.case?
- Yes — the tool splits your input on underscores, hyphens, spaces, and existing camelCase/PascalCase boundaries before rejoining it with periods, so it works from any of those styles.
- Will periods already in my text cause problems?
- No — existing periods are treated as word separators too, so text that's already partly dotted still tokenizes and rejoins correctly.