Skip to content

Transform MultiValueRemoveIfMatch

Søren Granfeldt edited this page Feb 19, 2017 · 1 revision

This transform removes any entries from a multivalue that match the specified regular expression.

<Transform xsi:type="MultiValueRemoveIfMatch" Pattern="^sip\:" />

This transform has one parameter -

  • Pattern - any values matching this regular expression pattern are removed.

Clone this wiki locally