Help for this page

Select Code to Download


  1. or download this
    $str =~ s/\b\Q$query\E\b/<em>$query<\/em>/ig;
    
  2. or download this
    $str =~ s/(?<!\w)\Q$query\E(?!\w)/<em>$query<\/em>/ig;