Help for this page

Select Code to Download


  1. or download this
    
        if ($content =~ /$par2.*$par1/i) {
    ...
            }
        }
    
  2. or download this
        if ($content =~ /\b($par1)(\W+(\w+\W+){0,$distance})($par2)\b/i) {