in reply to Re: change all occurances of string1 into string2in thread change all occurances of string1 into string2
my $re = join '|', map quotemeta, keys %translate; [download]