Re: how to elimate special character "^@" in text by perl

2013-11-17 Thread Dr.Ruud
On 2013-11-17 10:06, loody wrote: I try to eliminate below special character "^@" by perl in the attachment. That is probably a representation of a zero-byte, just like ^A is a one-byte, etc. I have tried "$.*^' regular expression for elimination in perl but fail What do you expect "$.

Re: how to elimate special character "^@" in text by perl

2013-11-17 Thread timothy adigun
Hi loody, On Sun, Nov 17, 2013 at 10:06 AM, loody wrote: > hi all: > I try to eliminate below special character "^@" by perl in the attachment. > > I have tried "$.*^' regular expression for elimination in perl but fail > It would have been lovely to see how you tried that. > > Have anyone

how to elimate special character "^@" in text by perl

2013-11-17 Thread loody
hi all: I try to eliminate below special character "^@" by perl in the attachment. I have tried "$.*^' regular expression for elimination in perl but fail Have anyone got the experience to eliminate such special character? (below are excerpted from the attachment) appreciate your help, itd_sub