Convert text to path/case with forward slashes. Useful for building file paths and URL segments from text.
Example
Hello World → hello/world
foo_bar_baz → foo/bar/baz
The Quick Brown Fox → the/quick/brown/fox
Convert text to path/case with forward slashes. Useful for building file paths and URL segments from text.
Hello World → hello/world
foo_bar_baz → foo/bar/baz
The Quick Brown Fox → the/quick/brown/fox