The StringMatchFilter type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() | m_acceptOnMatch |
Flag to indicate the behavior when we have a match
|
![]() | m_regexToMatch |
A regex object to match (generated from m_stringRegexToMatch)
|
![]() | m_stringRegexToMatch |
A string regex to match
|
![]() | m_stringToMatch |
The string to substring match against the message
|
See Also