text →
flat-case() → text

Returns the input text in flatcase, lowercasing words and concatenating them without separators. Returns empty text when the input is null, empty, blank, or a zero-length array.

Parameters

This function has no parameters.

Examples

"Hello World" | flat-case  "helloworld"

Kind: Function
Scope: text/casing
Aliases: text-to-flat-case


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