It converts the first letter of each word of the text to uppercase
Syntax
{#titlecase textToConvert#}
textToConvert: the first letter of each word in the text will be converted to uppercase
Example
Template:
{#titlecase good morning#}
Result:
Good Morning