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.11. Defining a RegexpMatcher |
|---|
|
The matcher below defines a RegexpMatcher called Python:
MatcherPolicy(name="Smtpdomains", matcher=RegexpMatcher\
(match_list=("smtp.example.com",), ignore_list=None))
|
Published on May 30, 2024
© BalaSys IT Ltd.
Send your comments to support@balasys.hu



