Help for this page

Select Code to Download


  1. or download this
    s,(?<!\w)($worda)(\W+)($wordb)(?!\w),<B>$1</B>$2<B>$3</B>,i
  2. or download this
    my $material = join "\0", @material;
    
    foreach $phrase (@key_phrases) {
    ...
    }
    
    @material = split /\0/, $material;