- or download this
<a href="/............/...></a>
- or download this
foreach(loop through each $word in search phrase) {
$answer =~ s/$word/<b><u>$word<\/u><\/b>/g;
}
- or download this
foreach(loop through each $word in search phrase) {
$answer =~ tr/$word/<b><u>$word</u></b>;
}