Using the Expression Builder
Click to create a regular expression to be used for searching for host group names with pattern matching.
Click to view which host groups are selected.
Examples:
.*NetBackup.* - the period specifies any character; the asterisk specifies zero or more of the preceding element.
[abc] - simple alpha character match
[a-zA-Z] - any alpha character in upper or lowercase
[^abc] - any character except a, b, or c
The Expression Builder is case-sensitive.