Öznur Taştan wrote:

My problem was this
   I have a sets of patterns
   and a string
   and I know in which order these patterns are supposed to exists
>
What I want is to extract all the substrings when the patterns match to the string.




Do you want:

xHxx yy z t
x xxHyy z t

as a solution set?

Or just those substrings which begin and end with HDK?


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to