Help for this page

Select Code to Download


  1. or download this
    $string =~ s/([^<B>]($swapString)[^<\/B>])/<B>$1<\/B>/gi;
  2. or download this
    $string =~ s/([^<B>])($swapString)([^<\/B>])/$1<B>$2<\/B>$3/gi;