Capitalize first letter
Merges the value with the first letter of the first word capitalized.
SYNTAX
{{capitalFirst 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 {{capitalFirst Contact.fullName}},
A. Contact’s fullName field has the value of John Smith
Dear John smith,