Hi ,
I think this should do :
my $temp =~ s/[[:^print:]\r]+//go;
Regards
-Basavaraj
Anurag K. Singh wrote:
Yes , they are literally "^A".These characters appears in the file
when a ascii file was ftp'ed to a unix machine in binary mode.
I don't have that ascii file now , so i have to correct this
file in unix.
-----Original Message-----
From: Timothy Johnson [mailto:tjohnson@;sandisk.com]
Sent: Tuesday, October 22, 2002 8:12 AM
To: 'Anurag K. Singh'; '[EMAIL PROTECTED]'
Subject: RE: Control characters in file.
This might sound like a stupid question, but are they literally "^A", etc.,
or do you mean the character created by pressing ^A? Because if it's the
latter, then you might be able to do something like this:
my $string =~ s/\eA//gi;
(According to 'perldoc perlre' '\e' denotes an escape)
-----Original Message-----
From: Anurag K. Singh [mailto:AnuragS@;Amdocs.com]
Sent: Tuesday, October 22, 2002 12:07 AM
To: '[EMAIL PROTECTED]'
Subject: Control characters in file.
hi all,
I have control characters ( like ^A , ^M ) in my ascii input file
and I want to substitute them by space or just delete them.
Can anyone suggest a regex for this substitution ???
Thanks
Anurag Kumar Singh
AMDOCS DEVELOPMENT LTD.
Limassol , Cyprus.
Phone: +357-25-845384(O)
------------------------------------------------------------------------
-------------------------------------------------------------------------------------
The information contained in this message is proprietary of Amdocs,
protected from disclosure, and may be privileged.
The information is intended to be conveyed only to the designated recipient(s)
of the message. If the reader of this message is not the intended recipient,
you are hereby notified that any dissemination, use, distribution or copying of
this communication is strictly prohibited and may be unlawful.
If you have received this communication in error, please notify us immediately
by replying to the message and deleting it from your computer.
Thank you.
-------------------------------------------------------------------------------------
--
Basavaraj Bendigeri
Software Engineer III
Andiamo Software Systems Pvt. Ltd.,
5th Floor, Sona Towers,
71, Millers Road,
Bangalore - 560 052,
India
Ph: (0) +91-80-228-9933 Ext. 5068
(R) +91-80-310-1718
Fx: +91-80-228-9955
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]