#lowercase, #uppercase, #titlecase


Letter casing defines the format of text within templates, regardless of how it's been entered within the Data Marker.

#lowercase

Forces the output to be in lower case.

For example:

Statement

Output

{{#lowercase recipient.fullname}}

mary berry

#uppercase

Forces the output to be in upper case.

Statement

Output

{{#uppercase recipient.fullname}}

MARY BERRY

#titlecase

Forces the output to be in title case.

Statement

Output

{{#titlecase recipient.fullname}}

Mary Berry

<< Previous      Next >>
Powered by HelpDocs (opens in a new tab)