iNTERFACEWARE Products Manual > Installing and Using Iguana > Using Iguana > Specifying Keywords and Regular Expressions When Searching |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
In Iguana, if you are searching for a channel name, a log message description, text to be matched in an email notification rule or a channel group, you can specify search keywords that enable you to match all items that meet one or more specified match criteria. There are many different ways that you can specify the text to be matched.
matches all items containing both dog and cat.
This matches all items containing dog or cat. OR must be capitalized.
This matches every item that does not contain dog. NOT must be capitalized.
This matches every item that contains animal and dog, or contains animal and cat.
This matches all items that contain animal except those that contain dog or cat.
This matches all items that contain animal and do not contain cat.
This matches d followed by one or more of o followed by g. For example, dog, doog, and dooog are matched. For a list of all the special characters that can be used in a regular expression, see Using Regular Expression Metacharacters.
|