Regular expressions

The application supports the regular expression format that you can view at the Microsoft website via the following link: regular expressions.

Examples:

color – this regular expression excludes from category-based scanning the sequence of symbols color.

111\d-\d{4}-\d{4}-\d{4}, where \d stands for any number from 0 to 9. This regular expression excludes from category-based scanning the sequences of symbols 1113-3333-3333-3333.

colou?r, where u? stands for the letter u that does not appear in the sequence of symbols or appears in it only once. This regular expression excludes from category-based scanning the sequence of symbols color and colour.

The application does not consider the case of symbols used in the regular expression.

See also

About exclusions from a Kaspersky Lab category

Page top