in reply to
two byte chars in code
well, assuming your string is already utf8 encoded, then something like
s/\x{12ab}/ /g
[download]
should do the trick
Dave.
Comment on
Re: two byte chars in code
Download
Code
In Section
Seekers of Perl Wisdom