Help for this page

Select Code to Download


  1. or download this
    my $pattern1 = qr/(word)-(spacing):\s*[\d]+px/; # word spacing regexp
    my $pattern2 = qr/(letter)-(spacing):\s*[\d]+px/;   # letter spacing r
    +egexp
    
  2. or download this
        foreach my $line (@htmlLines)
        {
    ...
            notFound();
          }
        }
    
  3. or download this
    if(/(word)-(spacing):\s*[\d]+px/ && qr/(letter)-(spacing):\s*[\d]+px/)