Dot Case String To Sentence Case String

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.

What is Sentence Case?

Sentence case is a naming convention in which a word or phrase is written without spaces between words and each word is capitalized.

How to convert Dot Case String to Sentence Case String?

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

Example

Let's convert the string "hello.world" to Sentence Case String.

First, we need to split the string into words.

StringWords
hello.worldhello, world

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

WordsSentence Case Words
hello, worldHello, World

Finally, we need to join the words together. In this case, the final Sentence Case String is Hello World. This is the Sentence 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!