This filter is similar to Section E.6, “Line Contains ” but you can specify regular expressions instead of simple strings.
<filterchain> <linecontainsregexp> <regexp pattern="foo(.*)bar" /> </linecontainsregexp> </filterchain>
Table E.7: Attributes for the <linecontainsregexp>
filter
Name | Type | Description | Default | Required |
---|---|---|---|---|
casesensitive | Boolean | Perform a case sensitive match. | true | No |
negate | Boolean | Whether to select non-matching lines only. | false | No |
regexp | String | Regular expression to be searched for. | n/a | No - Unless specified, a valid nested regexp element has to be set. |