Skip to content

Replace Tokens

Replaces the tokens of a string by the values of a Dictionary. Tokens are strings written in a specific pattern, usually enclosed in special characters. Use the combination of 'Pattern' and 'Placeholder' properties to define your token format.

Properties ​

NameDescriptionRequired
Case SensitiveDetermines if the searching for tokens are case sensitive. The Pattern is also affected.
ContentThe input text where tokens will be replaced.☑️
DictionaryThe dictionary where each key/value pair are used to replace the tokens.☑️
PatternThe token text pattern. It can have characters either before and after the placeholder.☑️
PlaceholderThe character used as the placeholder inside the token pattern.☑️
ResultThe resulting text after all tokens have been replaced.