Text Tools

dot.case Converter

Convert any text, variables, or lists into dot.case format online instantly. Ideal for configuration files, properties, and metric keys.

Input Text
Chars: 0
Words: 0
Lines: 0
dot.case Result

What is this tool?

A dot.case Converter transforms input strings into lowercased words separated by dots. This is extremely helpful for setting up structured dot-notated naming structures.

How to use it

Paste your input text, check the line-by-line option if you want to process multiple lines separately, and copy the dot.case output.

Frequently asked questions

What is dot.case?

dot.case is a casing convention where all words are lowercased and separated by a dot or period character (e.g. "config.database.url").

Where is dot.case commonly used?

It is widely used in property files (like Java .properties files), configuration keys (e.g., Spring Boot, PHP dotenv), translation keys (i18n), and metrics namespaces (like Graphite or Prometheus).