Replace
Replace processes values by replacing characters in strings.
Interpretation Methods
The processor supports these interpretation methods:
- object
- data
Options
| Field | Type | Description | Required | 
|---|---|---|---|
| old | string | contains characters to replace in the value. | Yes | 
| new | string | contains characters that are replaced in the value. defaults to an empty string. | No | 
| count | integer | determines the number of replacements to make. defaults to -1 (replaces all matches). | No | 
Updated over 2 years ago
