Simple online tools for developers, networking, text and conversions.

Text Tools

Dot Case Converter

Convert text into dot.case for keys, namespaces, and structured labels.

Tool

Use this dot case converter to turn words and phrases into dot.case format for object keys, namespaces, event names, translation keys, and config naming.

About this tool

Use this dot case converter to turn words and phrases into dot.case format for object keys, namespaces, event names, translation keys, and config naming.

Use dot case converter when you need a fast browser-based result without extra setup. It works well for quick checks, one-off tasks, and routine formatting or calculation work.

Learn more

Why use this tool

How to use

  1. Paste or type your text into the input box.
  2. Run the tool to convert it into dot.case.
  3. Review the output and copy it into your config or project.
  4. Use Path Case Converter if you need slashes instead of dots.

Examples

Example

Input

hello world example

Output

hello.world.example

Words are lowercased and separated with dots.

Example

Input

User Profile Name

Output

user.profile.name

Useful for i18n and nested key naming.

Common errors

Expecting slashes instead of dots.

Fix: Use Path Case Converter when you need slash-separated output.

Comparing dot.case with domains or full URLs.

Fix: This tool formats plain text into dotted segments, not real web addresses.

Symbols create extra separators.

Fix: Review the output and simplify the input if you want cleaner segments.

FAQ

What is dot.case?

dot.case is a naming style where words are lowercase and separated with dots.

Who uses dot case?

It is often used for translation keys, namespaces, configuration paths, and event naming.

Does this tool remove spaces?

Yes. It turns spaces and common separators into dots.

How is dot case different from path case?

Dot case uses periods, while path case uses forward slashes.

Can I paste mixed text with punctuation?

Yes. The tool cleans common separators and converts the text into dot.case.

Use cases

Related tools