Only numbers
Merges the value that represents only numbers from within the given text.
SYNTAX
{{onlyNumbers data culture}}
PARAMETERS
Name | Type | Required | Description |
---|---|---|---|
Data | Text | Required | Data to be evaluated. |
Culture | Text | Optional | Text that denotes the culture to be used. |
EXAMPLES
The examples below are based on the following sample content:
Order total: {{onlyNumbers Contact.OrderAmt}}
A. Contact’s OrderAmt field has the value 16.99US
Order total: 16.99
B. Contact’s OrderAmt field has the value 16.99 and a culture of pt-BR
Order total: 16,99