Dot Case Converter
Convert any text to dot.case format. Used for Java package names, configuration keys, and property notation.
Options
What Is Dot Case?
Dot case (also called dot notation) uses periods to separate words, with all letters in lowercase: my.variable.name. It is one of the less common but important naming conventions in programming.
Where Dot Case Is Used
- Java and Kotlin package names (
com.example.myapp) - Spring Boot configuration keys (
server.port) - Ruby gem names
- YAML and properties file keys
- DNS hostnames and domain names
- Object property access in JavaScript (
user.profile.name) - Terraform resource naming
Dot Case vs Other Conventions
| Convention | Example | Primary Use |
|---|---|---|
| dot.case | my.variable.name | Java packages, config keys |
| kebab-case | my-variable-name | CSS, URLs, HTML |
| snake_case | my_variable_name | Python, databases |
| camelCase | myVariableName | JavaScript, JSON |
FAQ
Is dot case the same as dot notation?
Dot notation refers to accessing object properties (obj.key), while dot case is a naming convention that uses dots as separators. They share the same syntax but serve different purposes.
Related Tools
Slug Generator
Convert text to URL slugs
URL Slug Generator
Create SEO-friendly URL slugs
Text to Slug
Transform any text into a slug
Kebab Case Converter
Convert text to kebab-case
Slugify Online
Slugify text instantly online
Permalink Generator
Create clean permanent URLs
Snake Case Converter
Convert text to snake_case
CamelCase Converter
Convert text to camelCase
Title Case Converter
Capitalize text in title case
Sentence Case Converter
Convert text to sentence case
Case Converter
Convert text to any case format
Alternating Case
Convert text to aLtErNaTiNg CaSe
PascalCase Converter
Convert text to PascalCase
Constant Case Converter
Convert text to CONSTANT_CASE
JSON Keys to camelCase
Convert JSON keys to camelCase
JSON Keys to snake_case
Convert JSON keys to snake_case
WordPress Slug Generator
Generate slugs for WordPress
Blog Slug Generator
Generate slugs for blog posts
Product Slug Generator
Generate slugs for product pages
Plain Text Converter
Strip formatting, clean text
Duplicate Line Remover
Remove duplicate lines from text
Remove Empty Lines
Remove blank lines from text
Sort Lines Alphabetically
Sort text lines A-Z or Z-A
Remove Line Breaks
Join lines into one paragraph