Header Case String To Dot Case String

What is Header Case?

Header case is a naming convention in which a word or phrase is written without spaces between words and each word is capitalized except the first word.

What is Dot Case?

Dot case is a naming convention in which a word or phrase is written without spaces between words and each word is separated by a dot.

How to convert Header Case String to Dot Case String?

To convert Header Case String to Dot Case String, we need to split the string into words, then convert each word to dot case, then join the words together.

Example

Let's convert the string "Hello World" to Dot Case String.

First, we need to split the string into words.

StringWords
Hello WorldHello, World

Now, we need to convert each word to dot case.

WordsDot Case Words
Hello, Worldhello.world

Finally, we need to join the words together. In this case, the final Dot Case String is hello.world. This is the Dot Case String representation of the string "Hello World".

Heart with ribbonBecome a SponsorHeart with ribbon

Become a sponsor and help us maintain and improve this project. Every contribution counts. Thank you!