text →
path-case() → text

Returns the input text in path/case, lowercasing words and joining them with slashes. Returns empty text when the input is null, empty, blank, or 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


This site uses Just the Docs, a documentation theme for Jekyll.