Regular Expression help!
- From: "Suk" <sukesh@xxxxxxxxxx>
- Date: 31 Jan 2007 07:03:08 -0800
Look at the excerpt from a CSV file below
"C29560","Some text ","07/12/2006 11:00:00","07/12/2006
16:00:00","07/12/2006 16:00:00","07/12/2006 11:00:00","NODE21A3"
I am trying to write a snippet of perl that will swap the date and
year bits in all of the date fields, so that 07/12/2006 becomes
2006/12/07. So the line should read:
"C29560","Some text ","2006/12/07 11:00:00","2006/12/07
16:00:00","2006/12/07 16:00:00","2006/12/07 11:00:00","NODE21A3"
Any help would be appreciated !
.
- Follow-Ups:
- Re: Regular Expression help!
- From: Josef Moellers
- Re: Regular Expression help!
- Prev by Date: Re: sort an array unique.
- Next by Date: Re: Regular Expression help!
- Previous by thread: sort an array unique.
- Next by thread: Re: Regular Expression help!
- Index(es):
Relevant Pages
|