headerRegex property

RegExp? headerRegex
final

if not null the filter rule take into count the regex if the exact match fails, and the commit it keep in the section only if the header and body will match.

Implementation

final RegExp? headerRegex;