RE: regx way

2002-08-09 Thread Felix Geerinckx
on Fri, 09 Aug 2002 12:35:25 GMT, [EMAIL PROTECTED] (Jerry Preston) wrote: > Thanks about "^^^". I forget to say that I will not know what the > date is, anyone can change it. If you don't have other 6-digit substrings in your input string, you can use #! /usr/bin/perl -w use strict;

RE: regx way

2002-08-09 Thread Jerry Preston
Felix, Thanks about "^^^". I forget to say that I will not know what the date is, anyone can change it. Tanks, Jerry -Original Message- From: Felix Geerinckx [mailto:[EMAIL PROTECTED]] Sent: Friday, August 09, 2002 6:55 AM To: [EMAIL PROTECTED] Subject: Re: regx way on F

Re: regx way

2002-08-09 Thread Felix Geerinckx
on Fri, 09 Aug 2002 11:30:54 GMT, [EMAIL PROTECTED] (Jerry Preston) wrote: > I am looking for a simple way to replace a date in a string: > >"%makesql(FORD,waf_end,010602 &nowdate,all,0,pdv.CHEVY);\n", > > to >"%makesql(FORD,waf_end,0

regx way

2002-08-09 Thread Jerry Preston
Hi! I am looking for a simple way to replace a date in a string: "%makesql(FORD,waf_end,010602 &nowdate,all,0,pdv.CHEVY);\n", to "%makesql(FORD,waf_end,080902 &nowdate,all,0,pdv.CHEVY);\n",