C.2. Selection Criteria Operators

Table C.2, “Selection Criteria Grouping Operators” describes the selection criteria grouping operators.
Table C.2. Selection Criteria Grouping Operators
Grouping OperatorDescription
( ) Used for grouping statements
[ ] Used to group strings into a string list (exact match)
{ } Used to group strings into a string list (subset match)
Table C.3, “Selection Criteria Comparison Operators” describes the selection criteria comparison operators and the field types with which they can be used.
Table C.3. Selection Criteria Comparison Operators
Comparison OperatorDescriptionField Type
=~ Matching regular expression regex
!~ Not matching regular expression. regex
= Equal to number, size, percent, string, string list
!= Not equal to number, size, percent, string, string list
>= Greater than or equal to number, size, percent
> Greater than number, size, percent
<= Less than or equal to number, size, percent
< Less than number, size, percent
Table C.4, “Selection Criteria Logical and Grouping Operators” describes the selection criteria logical and grouping operators.
Table C.4. Selection Criteria Logical and Grouping Operators
Logical and Grouping OperatorDescription
&& All fields must match
, All fields must match (same as &&)
|| At least one field must match
# At least one field must match (same as ||)
! Logical negation
( Left parenthesis (grouping operator)
) Right parenthesis (grouping operator)
[ List start (grouping operator)
] List end (grouping operator)
{ List subset start (grouping operator)
} List subset end (grouping operator)
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.