Home/dot.case Converter

dot.case Converter

Convert your text to dot.case with periods between words.

Examples

InputHello World Example
Outputhello.world.example
Inputcom example project
Outputcom.example.project

What is dot.case?

dot.case replaces spaces with periods (full stops) and converts all letters to lowercase. It is commonly seen in Java package names, file extensions, and certain configuration formats.

When to use dot.case

Use dot.case for Java package names (com.example.project), for object property access paths, for configuration key naming in some frameworks, and for any context where dots are the standard separator.