pascal-snake-case
text →
pascal-snake-case() → text
Returns the input text in Pascal_Snake case, capitalizing each word and joining them with underscores. Preserves null, empty, and blank inputs; returns null for 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