http://l3tczdiiwoo63iwxty4lhs6p7eaxop5micbn7vbliydgv63x5zrrrfyd.onion/3.0.34/user-manual/actions-file.html
represents any single character (this is equivalent to the regular expression
syntax of a simple "." ), and you can define "character
classes" in square brackets which is similar to the same regular expression technique. All of this can
be freely mixed: ad*.example.com matches "adserver.example.com" , "ads.example.com" , etc but not "sfads.example.com" *ad*.example.com matches all of the above, and then some. .?