pathCase
Convert a string to path/case (words separated by /).
string(required): the string to convert
utlx
pathCase("hello world") // "hello/world"
pathCase("someVariable") // "some/variable"