Evaluating Strings
Overview
Several Logic Tags are used to evaluate strings and output results to the content.
Tags
Strings can be variable (set in the template %%set string1 = "Hello"%%
), or Contact or Custom Data ($email
, $customString
). Literal strings are not supported in the following evaluation tags.
Tag |
|
Parameters | STRING: Variable, Custom Data, or Contact Data |
Output | Output the number of characters in the string. |
Example |
|
Results | 6 |
|
|
Tag |
|
Parameters | STRING: Variable, Custom Data, or Contact Data |
Output | Output the defined string in all lowercase characters. |
Example |
|
Results | lowercase |
|
|
Tag |
|
Parameters | STRING: Variable, Custom Data, or Contact Data |
Output | Output the defined string in all lowercase characters except convert the first character of the string to uppercase. |
Example |
|
Results | Proper case |
|
|
Tag |
|
Parameters | STRING: Variable, Custom Data, or Contact Data |
Output | Output the defined string in all uppercase characters. |
Example |
|
Results | UPPERCASE |
|
|
Tag |
|
Parameters | STRING_ORIGINAL: Variable STRING_OLD STRING_NEW: Variable, Custom Data, or Contact Data |
Output | Set the original string to a new value by replacing the Old characters with the New characters anywhere they appear in the original string then output the results. If the original string is a custom data field, the new string will be output to the content, but is not saved to the custom data field. |
Example |
|
Results | New String |