Extend matches (individual entries in a rule's all and/or any array) with an optional regex boolean field. When this field is present and set to true, use a regular expression match (implicit ^...$) instead of an exact match (or instead of glob match in case of file.name).
Extend matches (individual entries in a rule's
all
and/orany
array) with an optionalregex
boolean field. When this field is present and set to true, use a regular expression match (implicit ^...$) instead of an exact match (or instead of glob match in case of file.name).