Help for this page

Select Code to Download


  1. or download this
    /^https?:\/\/.*?\.?(?<!www\.)robidu\.de\//;
    
  2. or download this
    my $r = 'https://forum.robidu.de/';
    
    ...
    my $re = join('|', @allowed);
    
    print $r =~ /^https?:\/\/$re\.?robidu\.de\//;