Replaces a portion of the string that lies between two specified characters.
Configuration Options
- Select Fields: Choose one or more fields to transform.
- Start character: The character that marks the beginning of the substring to be replaced.
- End character: The character that marks the end of the substring to be replaced.
- Replacement: The string to insert in place of the substring.
Example
| Input Field (Note) | Start Char | End Char | Replacement | Output |
| Account(1234)Active | ( | ) | **** | Account(****)Active |