pascal-snake-case
text →
pascal-snake-case() → text
Returns the input text in Pascal_Snake case, capitalizing each word 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" | pascal-snake-case → "Hello_World"
Kind: Function
Scope: text/casing
Aliases: text-to-pascal-snake-case