Help for this page

Select Code to Download


  1. or download this
        my $regex               = qr /(?:$regexstr)/;
    
  2. or download this
        foreach my $stringlength (100,1000,10000,100000)
    
  3. or download this
        my $regex               = qr /(?:$regexstr)/o;
    
  4. or download this
        my $regex               = qr /(?:$regexstr)/;