title
Convert text to Title Case.
Syntax
{{ value | title }}Example
Basic usage
1{2 "title": "hello world"3}1{{ title | title }}1Hello WorldConvert text to Title Case.
{{ value | title }}1{2 "title": "hello world"3}1{{ title | title }}1Hello World