Replace value in text
Description
Replace a matching value within text
Input Ports
| Name | dataType | sourceType | required | description |
|---|---|---|---|---|
| Match value | text | link-manual | true | The key that should be found inside of the text value to be replaced |
| Replacement value | text | link-manual | true | The value that should be used to replace the Match value found inside of the text value |
| Text value | text | link-manual | true | The text value that contains the keyword you want to replace with the replacement value |
Scenarios
- The user wants to replace the
{name}value inside thetext valuewith thereplacement value
Use case
Inputs
- Match value:
{name} - Replacement value:
Roboteur - Text value:
Hi, this is {name}
Search Tags
replaces a key inside of a text value with text