From: "Jenda Krynicky" <[EMAIL PROTECTED]>
> From: [EMAIL PROTECTED]
> > How can I compose a pattern for strings which _don't_ contain
> > "stuff"?
> >
> > My code contains $x =~ $pattern; I can't change this. Now I must
> > define my $pattern to determine whether $x _doesn't_ contain
> > "stuff".
From: [EMAIL PROTECTED]
> How can I compose a pattern for strings which _don't_ contain "stuff"?
>
> My code contains $x =~ $pattern; I can't change this. Now I must
> define my $pattern to determine whether $x _doesn't_ contain "stuff".
>
> I've been over perlrequick and perlretut, but all examp
[EMAIL PROTECTED] wrote:
How can I compose a pattern for strings which _don't_ contain
"stuff"?
My code contains $x =~ $pattern; I can't change this. Now I must
define my $pattern to determine whether $x _doesn't_ contain
"stuff".
I've been over perlrequick and perlretut, but all examples of
"doesn
How can I compose a pattern for strings which _don't_ contain "stuff"?
My code contains $x =~ $pattern; I can't change this. Now I must define
my $pattern to determine whether $x _doesn't_ contain "stuff".
I've been over perlrequick and perlretut, but all examples of "doesn't
contain" use a nega