Using Regular Expressions in a White list

All of the white list properties accept regular expressions to define sets of IP, host or domain name addresses using wildcards. You can use any valid regular expression character, however, the most common wildcard characters that you may use are:

Replace Any Single Character

.

Replace Any Number of Characters

.*

Examples and solutions for the most common patterns include: