Help for this page

Select Code to Download


  1. or download this
    $currentSentence =~ s/[\ba\b|\ban\b|\bthe\b]//g;
    
  2. or download this
    if($currentSentence =~ /([\S]+) ([\S]+) <head>lines?<\/head>/)
    {
    ...
            print $DST "$2";
        }
    }