Text Master

by Thankless Technologies

Dot Case

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