text →
allcaps-case() → text

Returns the input text in ALLCAPS case, uppercasing 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" | allcaps-case  "HELLOWORLD"

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


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