text →
screaming-snake-case() → text

Returns the input text in SCREAMING_SNAKE_CASE, uppercasing words and joining them with underscores. Returns empty text when the input is null, empty, blank, or a zero-length array.

Parameters

This function has no parameters.

Examples

"Hello World" | screaming-snake-case  "HELLO_WORLD"

Kind: Function
Scope: text/casing
Aliases: text-to-screaming-snake-case


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