Skip to content

#lowercase, #uppercase, #titlecase

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

Forces the output to be in lower case.

For example:

StatementOutput
{{#lowercase recipient.fullname}}mary berry

Forces the output to be in upper case.

StatementOutput
{{#uppercase recipient.fullname}}MARY BERRY

Forces the output to be in title case.

StatementOutput
{{#titlecase recipient.fullname}}Mary Berry