/^https?:\/\/.*?\.?(?## my $r = 'https://forum.robidu.de/'; my @allowed = qw(ww2 forum); my $re = join('|', @allowed); print $r =~ /^https?:\/\/$re\.?robidu\.de\//;