•
dot.case Converter
Convert text to dot.case format
0 characters 0 characters (no spaces) 0 words 0 sentences 0 lines
About dot.case Converter
The dot.case Converter transforms your text into dot.case format, where all letters are lowercase and words are separated by dots (periods). This format is commonly used for package names, namespace paths, configuration keys, and file extensions.
Examples
Before
Hello World
After
hello.world
Before
com example app
After
com.example.app
Before
user-profile-settings
After
user.profile.settings
Common Use Cases
Package Names
Java/Android package naming
Config Keys
Configuration file keys
Namespaces
Object property paths
How to Use dot.case Converter
- 1
Enter Your Text
Type or paste your text into the input box above. You can also click "Load Sample" for example text.
- 2
See Instant Results
Your text is automatically converted as you type. The result appears in the output box in real-time.
- 3
Copy or Download
Click "Copy" to copy to clipboard, or "Download" to save as a .txt file. Use "Swap" to convert again.
Frequently Asked Questions
dot.case is a naming convention where all letters are lowercase and words are separated by dots (periods).
Common uses include Java package names (com.example.app), configuration keys, and nested object property paths.
Dot.case is a naming style, while dot notation refers to accessing object properties. They are related but different concepts.