pascal
Convert text to PascalCase.
Syntax
{{ value | pascal }}Example
Basic usage
1{2 "title": "hello world"3}1{{ title | pascal }}1HelloWorldConvert text to PascalCase.
{{ value | pascal }}1{2 "title": "hello world"3}1{{ title | pascal }}1HelloWorld