capitalize
Uppercase the first character and lowercase the rest.
Syntax
{{ value | capitalize }}Example
Basic usage
1{2 "title": "hELLO wORLD"3}1{{ title | capitalize }}1Hello worldUppercase the first character and lowercase the rest.
{{ value | capitalize }}1{2 "title": "hELLO wORLD"3}1{{ title | capitalize }}1Hello world