Re: Regular expression to delete from a string unseen characters

2011-03-08 Thread Dr.Ruud
On 2011-03-06 17:22, Shlomit Afgin wrote: I have a data that contain unseen characters that I want to delete. The unseen characters can be ^L, ^N and other sign that I cannot copy but I see them in my data. Is someone know which regular can help me. See perldoc perlre, specifically [:cntrl

Re: Regular expression to delete from a string unseen characters

2011-03-07 Thread Rob Dixon
On 06/03/2011 16:22, Shlomit Afgin wrote: I have a data that contain unseen characters that I want to delete. The unseen characters can be ^L, ^N and other sign that I cannot copy but I see them in my data. Is someone know which regular can help me. Hi Shlomit. It would be better to list th

Re: Regular expression to delete from a string unseen characters

2011-03-07 Thread terry peng
> > I have a data that contain unseen characters that I want to delete. > The unseen characters can be ^L, ^N and other sign that I cannot copy but I > see them in my data. > > Is someone know which regular can help me. May you try the "dos2unix" command? -- To unsubscribe, e-mail: beg