Re: I have an array ... @effort

2001-07-24 Thread Michael Fowler
On Tue, Jul 24, 2001 at 05:15:35PM -0500, [EMAIL PROTECTED] wrote: > > I have an array ... @effort. I want to match the first instance > of /AbC/ in @effort and push that element into a new array > @newarray. > > Immediately after that, I want to match the first instance of > /ZyX[andall13ch

RE: I have an array ... @effort

2001-07-24 Thread innovative-peripherals
On 24 Jul 2001, at 15:35, Wagner-David wrote: > Do you have what data looks like or some code? It is unclear to me > what you are doing with the ZyX test. > > Wags ;) I'm hoping to match /ZyX/ once only push it into @newarray. Then repeat: match /AbC/; match /ZyX/ once only ... Then repeat: mat

RE: I have an array ... @effort

2001-07-24 Thread Wagner-David
Do you have what data looks like or some code? It is unclear to me what you are doing with the ZyX test. Wags ;) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 24, 2001 15:16 To: [EMAIL PROTECTED] Subject: I have an array ... @effort