hi josh --
In a message dated 7/19/2006 4:22:20 P.M. Eastern Standard Time,
[EMAIL PROTECTED] writes:
> Gurus-> > I'm trying to help a co-worker on reg
exp/pattern match issue.> > we have a set of items to go through
and another set of input that's > tested against the first.>
> we n
responses embedded
[EMAIL PROTECTED] wrote on 07/19/2006 06:25:50
PM:
> hi josh --
>
> In a message dated 7/19/2006 4:22:20 P.M. Eastern Standard Time,
> [EMAIL PROTECTED] writes:
>
> > Gurus-
> >
> > I'm trying to help a co-worker on reg exp/pattern match issue.
> >
> > we have a set of i
hi again josh --
in thinking about my previous post, it seemed that i had not expressed
myself
clearly. see addenda below.
In a message dated 7/19/2006 6:51:27 P.M. Eastern Standard Time,
[EMAIL PROTECTED] writes:
> hi josh -- > > In a message dated
7/19/2006 4:22:20 P.M. E
[EMAIL PROTECTED] wrote:
> Gurus-
>
> I'm trying to help a co-worker on reg exp/pattern match issue.
>
> we have a set of items to go through and another set of input that's
> tested against the first.
>
> we need to check that items in the second set are a one-for-one match or
> subset of th
hi josh --
In a message dated 7/19/2006 4:22:20 P.M. Eastern Standard Time,
[EMAIL PROTECTED] writes:
> Gurus-> > I'm trying to help a co-worker on reg
exp/pattern match issue.> > we have a set of items to go through
and another set of input that's > tested against the first.>
> we n
Gurus-
I'm trying to help a co-worker on reg exp/pattern match issue.
we have a set of items to go through and another set of input that's
tested against the first.
we need to check that items in the second set are a one-for-one match or
subset of the latter.
ie:
$var1 =~ /$var2/
where thi