path-case
text →
path-case() → text
Returns the input text in path/case, lowercasing words and joining them with slashes. Preserves null, empty, and blank inputs; returns null for a zero-length array.
Parameters
This function has no parameters.
Examples
"Hello World" | path-case → "hello/world"
Kind: Function
Scope: text/casing
Aliases: text-to-path-case