Skip to content

Transform RegexIsMatch

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

This transform will do a regular expression match on the source value and return the value from either TrueValue or FalseValue depending on the result of the match.

<Transform xsi:type="RegexIsMatch" Pattern="CN\=ActiveUsers" TrueValue="Active" FalseValue="Inactive" />

This transform has three parameters.

  • Pattern - this is the regular expression pattern to match
  • TrueValue - value to return if there is a match (only text constant)
  • FalseValue - value to return if there is a match (only text constant)
Clone this wiki locally