text →
pascal-case() → text

Returns the input text in PascalCase, capitalizing each word and removing 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" | pascal-case  "HelloWorld"

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


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