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



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[andall13charactersfollowingZyX]{anddontmatchanymoreZyX}/ 
in @effort and push that element into @newarray.

Then I want to repeat the entire sequence and match the next 
instance of /AbC/ .. push that into @newarray .. 
and then match the next instance of
/ZyX[andall13charactersfollowingZyX]{anddontmatchanymoreZyX}/
and push that into @newarray ....


And repeat entire sequence, 
repeat entire sequence, 
repeat entire sequence ........

Can someone give me clues ??



  

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to