N1 Grid Service Provisioning System 5.0 XML Schema Reference Guide

<matches> Boolean Operator

This Boolean operator is used to determine whether a particular value matches a pattern. This operator has the value, pattern, and exact attributes. This operator has no child elements and evaluates to true if and only if the value of value matches the glob-style pattern contained in pattern. If exact is true, the values must be a case-sensitive match. Otherwise, the values can be a case-insensitive match.

Attributes for the <matches> Boolean Operator

The <matches> operator has the following attributes:


Example 2–9 Using the <matches> Boolean Operator

The following examples show how <matches> is used and the results: