Previous Topic: Resources Do Not Appear in BPR Drop-down ListNext Topic: Property: bpr.sod.ignore.zero


Using the Pipe Character (|) in Regular Expressions

When you define regular expressions for Business Policy Rules in the Client Tools, you can specify the pipe (|) character to indicate a logical OR condition.

If you use the pipe character, enclose the values on both sides of the pipe character in parentheses. For example:

((value 1)|(value2))

If you do not include the parentheses around each value, CA GovernanceMinder can evaluate the rule in unexpected ways.