Help for this page
$term = 'cat'; $text =~ s/\b($term)\b/<a href=x>$1</a>/i;
$term = join '|', 'cat', 'Cat', 'dog', 'Dog';