#lowercase, #uppercase, #titlecase
Letter casing defines the format of text within templates, regardless of how it’s been entered within the Data Marker.
#lowercase
Section titled “#lowercase”Forces the output to be in lower case.
For example:
| Statement | Output |
|---|---|
| {{#lowercase recipient.fullname}} | mary berry |
#uppercase
Section titled “#uppercase”Forces the output to be in upper case.
| Statement | Output |
|---|---|
| {{#uppercase recipient.fullname}} | MARY BERRY |
#titlecase
Section titled “#titlecase”Forces the output to be in title case.
| Statement | Output |
|---|---|
| {{#titlecase recipient.fullname}} | Mary Berry |