String Property Filter Options

The property operator box lists the operators shown here to filter values for a text property (any property other than numeric, temporal, or Boolean).

Operators

Contains any
Property value must contain one or more of the string values in the list.
Does not contain any
Property value must not contain any of the string values in the list.
Contains all
Property value must contain all of the string values in the list.
Does not contain all
Property value must not contain all of the string values in the list.
Is in
Property value matches a string value in the list. In the value box you can select one or more existing property values to test against.
Is not in
Property value does not match any string value in the list. In the value box you can choose one or more existing property values to test against.
Starts with
Property value starts with a particular string value. In the value box you can type a string.
Does not start with
Property value does not start with a particular string value. In the value box you can type a string.
Matches regular expression
Property value matches a regular expression (regex). The regular expression must match the entire string in the property value.