in reply to
Reg Ex to strip MS smart quotes
s/\x93|\x94/"/g;
HTH,
p
l
a
n
e
t
s
c
a
p
e
Comment on
Re: Reg Ex to strip MS smart quotes
Download
Code
In Section
Seekers of Perl Wisdom