Titlecase
Merges the value with the first letter of each word capitalized.
SYNTAX
{{titlecase data}}
PARAMETERS
Name | Type | Required | Description |
---|---|---|---|
Data | Text | Required | Data to be formatted. |
Culture | Text | Optional | Text that denotes the culture to be used. |
EXAMPLES
The examples below are based on the following sample content:
Dear {{titlecase Contact.fullName}},
A. Contact’s fullName field has the value of John Smith
Dear John Smith,