Convert text to dot.case notation. Common in Java package names, property keys, and configuration paths.
Example
Hello World → hello.world
foo_bar_baz → foo.bar.baz
The Quick Brown Fox → the.quick.brown.fox
Convert text to dot.case notation. Common in Java package names, property keys, and configuration paths.
Hello World → hello.world
foo_bar_baz → foo.bar.baz
The Quick Brown Fox → the.quick.brown.fox