It converts the first letter of each sentence of the text to uppercase
Syntax
{#sentencecase textToConvert#}
textToConvert: the first letter of the first word of each sentence in the text will be converted to uppercase
Example
Template:
{#sentencecase good morning. thanks for your email.#}
Result:
Good morning. Thanks for your email.