Help for this page
Select Code to Download
Select
or
download this
$string =~ s/([^<B>]($swapString)[^<\/B>])/<B>$1<\/B>/gi;
Select
or
download this
$string =~ s/([^<B>])($swapString)([^<\/B>])/$1<B>$2<\/B>$3/gi;