-
Notifications
You must be signed in to change notification settings - Fork 5
Transform MultiValueReplace
Søren Granfeldt edited this page Feb 18, 2021
·
2 revisions
This transform returns a new string in which all occurrences of a specified string in the current instance are replaced with another specified string. The replacement is done for every non-null value in the multivalue attribute.
<Transform xsi:type="Replace" OldValue="Mr." NewValue="Sir" />
This transform has two parameters.
- OldValue - The string to be replaced.
- NewValue - The string to replace all occurrences of oldValue.
Available from version 1.2.2626 and on
Get the latest release here (https://github.com/sorengranfeldt/mare/releases)