Skip to content

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

Clone this wiki locally