Help for this page
$string =~ /$_/; $string =~ /\b$_\b/;
$string =~ /\Q$_\E/; $string =~ /\b\Q$_\E\b/;