Et
EditText.app

dot.case Converter

Convert text to dot.case notation for config keys and file paths. Free online dot.case converter, no signup needed.

🔒 Your text stays in your browser — nothing is sent to our servers
Input
0Characters
0No spaces
0Words
0Sentences
0Lines
< 1 minRead time
Result
How to Use

Three steps to get started

1

Paste your text

Enter a phrase or identifier in any format.

2

Converts to dot.case

All words lowercased and joined with dots: my.config.key.

3

Copy the result

Click Copy and paste into your config or property file.

About This Tool

dot.case: for config keys and package namespaces

dot.case notation uses dots as word separators, with all letters in lowercase. While less common than snake_case or kebab-case, it's the convention for Java packages, Spring Boot configuration, and many property-based config systems.

Common dot.case examples:

  • Java packages: com.mycompany.userservice
  • Spring Boot config: spring.datasource.url, server.port
  • Logging namespaces: app.service.user
  • Property files: database.host, api.timeout.ms

The converter accepts any input format and produces consistent dot.case output. All processing happens in your browser — private, instant, no character limits.

FAQ

Frequently Asked Questions

Related Tools