fromPathCase
Convert from path/case to separate words.
string(required): path/case string
utlx
fromPathCase("my/path/name") // "my path name"
{
label: fromPathCase($input.route)
}