dot.case Converter
Convert any text to dot.case instantly. Splits words from any format and joins them with dots — commonly used in configuration keys and object notation
TEXT
Tip: common in config keys and object notation — works with any input format.
Runs 100% Locally in Your Browser
This tool processes your data entirely on your device. Nothing is uploaded, stored, or sent to any server.
No Uploads
Privacy First
Secure by Default
Related Tools
List to Comma Separated Paste a list (one item per line) and convert it into a single string with your chosen separator
JSON Beautifier Paste your minified or messy JSON and get clean, properly indented output for easier reading, debugging, and development
JSON Minify Convert formatted or messy JSON into inline JSON instantly. Minify JSON by removing unnecessary whitespace and generate a compact single-line string
JWT Decoder Decode and inspect JSON Web Tokens instantly in your browser. View the header, payload, and expiry of any JWT without sending it to a server
Frequently Asked Questions
What is dot.case notation?
dot.case writes compound words in all lowercase joined by dots, e.g. app.config.timeout.
How to convert text to dot.case online?
Paste your text and the tool splits it at word boundaries and joins the lowercase words with dots.
When is dot.case used in programming or configuration?
dot.case is common in Java package names, configuration property keys (e.g. spring.datasource.url), and logging namespaces.
What is the difference between dot.case and snake_case?
dot.case uses dots as separators; snake_case uses underscores — both are lowercase, but dots carry special meaning in many languages and parsers.
What input formats does the dot.case converter accept?
It splits words from camelCase, PascalCase, snake_case, kebab-case, Title Case, and space-separated text.
Does the dot.case converter upload my text to a server?
No. Conversion runs entirely in your browser — your input never leaves your device.