Help for this page

Select Code to Download


  1. or download this
      $term = 'cat';
      $text =~ s/\b($term)\b/<a href=x>$1</a>/i;
    
  2. or download this
      $term = join '|', 'cat', 'Cat', 'dog', 'Dog';