Overview
Thereplace-variable transformation replaces text in a string using a variable value.
Syntax
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
variable | string | Yes | The string to search in |
search | string | Yes | The substring to find and replace |
replace | variable | Yes | The replacement variable |
Examples
This is similar to the Replace transformation, but uses a variable for the replacement value instead of a static string.