A RegexpMatcher consists of two string lists, one describing the regular expressions to be found ( list) and, optionally, another list of expressions that should be ignored ( list) when processing the input. By default, matches are case insensitive. For case sensitive matches, uncheck the option.
| Note |
|---|
The string lists are stored in the |
| Example 6.13. Defining a RegexpMatcher |
|---|
|
The matcher below defines a RegexpMatcher called Python:
MatcherPolicy(name="Smtpdomains", matcher=RegexpMatcher\
(match_list=("smtp.example.com",), ignore_list=None))
|
Copyright: © 2021 Balasys IT Security
Send your comments to support@balasys.hu



