my $tr_pat = quotemeta($tr); if ($str =~ /$tr_pat/) { #### if ($str =~ /\Q$tr\E/) { #### if ($str =~ /\Q$tr) {