Click here to get back home

regex search - suggestions?

 HomeNewsGroups | Search | About
 comp.lang.perl.misc    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
regex search - suggestions? Sara 07-23-2004
Posted by Sara on July 23, 2004, 11:15 pm
Please log in for more thread options
>>
>> [snip]
>>
>> > if I print "$1\n",
>> > the file prints just fine. But, if I do something like print "$1 after
>> > \n", the whole output is messed up. If I print "before $1\n", nothing
>> > prints at all. If I print "before $1 after\n", only after prints.
>>
>> not really sure, but could be a rogue "\r" in $1,


> There
> is a rogue carriage return (0xd) in the string

> Is there something I can do to deal with this
> situation?


Repair the corrupted file:

perl -p -i -e 'tr/\r//d' bad_file


--
Tad McClellan SGML consulting
tadmc@augustmail.com Perl programming
Fort Worth, Texas

Posted by Ilmari Karonen on July 24, 2004, 11:33 am
Please log in for more thread options
>>
>> [snip]
>>
>> > if I print "$1\n",
>> > the file prints just fine. But, if I do something like print "$1 after
>> > \n", the whole output is messed up. If I print "before $1\n", nothing
>> > prints at all. If I print "before $1 after\n", only after prints.
>>
>> not really sure, but could be a rogue "\r" in $1,


> There
> is a rogue carriage return (0xd) in the string

> Is there something I can do to deal with this
> situation?


Repair the corrupted file:

perl -p -i -e 'tr/\r//d' bad_file


--
Tad McClellan SGML consulting
tadmc@augustmail.com Perl programming
Fort Worth, Texas

Similar ThreadsPosted
regex search and replace July 30, 2005, 7:07 am
Regex for "search query" string February 22, 2005, 11:25 am
Perl Regex to search for ed2k links February 6, 2005, 3:35 pm
Search regular expression with search for hex values in files? January 6, 2008, 7:19 am
RegEx search for a substring within a substring August 3, 2005, 7:32 am
Any suggestions? October 19, 2004, 3:47 pm
Any GUI Toolkit Suggestions? September 6, 2008, 12:25 pm
File::Tail Suggestions? September 14, 2004, 4:28 pm
Comparing 2 XML files need some suggestions please April 15, 2005, 7:14 am
Use of hashes and speed - suggestions ? November 8, 2005, 5:45 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap