Re: must satisfy _unknown_ number of regexp patterns

2009-11-06 Thread John W. Krahn
tom smith wrote: On Fri, Nov 6, 2009 at 12:15 AM, John W. Krahn wrote: Michael Alipio wrote: if I have a script that accepts any combination of the 5 or maybe even more options, say, option1, option2, option3... Now, after collecting the options, for each option, there is a corresponding r

Re: must satisfy _unknown_ number of regexp patterns

2009-11-06 Thread tom smith
On Fri, Nov 6, 2009 at 2:04 AM, tom smith wrote: > > > On Fri, Nov 6, 2009 at 12:15 AM, John W. Krahn wrote: > >> Michael Alipio wrote: >> >>> Hi, >>> >> >> Hello, >> >> >> if I have a script that accepts any combination of the 5 or maybe even >>> more options, say, option1, option2, option3...

Re: must satisfy _unknown_ number of regexp patterns

2009-11-06 Thread tom smith
On Fri, Nov 6, 2009 at 12:15 AM, John W. Krahn wrote: > Michael Alipio wrote: > >> Hi, >> > > Hello, > > > if I have a script that accepts any combination of the 5 or maybe even >> more options, say, option1, option2, option3... >> >> >> Now, after collecting the options, for each option, there

Re: must satisfy _unknown_ number of regexp patterns

2009-11-05 Thread John W. Krahn
Michael Alipio wrote: Hi, Hello, if I have a script that accepts any combination of the 5 or maybe even more options, say, option1, option2, option3... Now, after collecting the options, for each option, there is a corresponding regexp pattern. I will then build an if statement, where the t

Re: must satisfy _unknown_ number of regexp patterns

2009-11-05 Thread Robert Wohlfarth
On Thu, Nov 5, 2009 at 11:26 PM, Michael Alipio wrote: > if I have a script that accepts any combination of the 5 or maybe even more > options, say, option1, option2, option3... > > > Now, after collecting the options, for each option, there is a > corresponding regexp pattern. I will then build