Help for this page

Select Code to Download


  1. or download this
    $string1 =~ s#(?=(?:\Q$string2\E)+)#<b>#g;
    $string1 =~ s#(?<=(?:\Q$string2\E)+)#</b>#g;