bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RE bug??


From: Stepan Kasal
Subject: Re: RE bug??
Date: Tue, 5 Jul 2005 15:35:46 +0200
User-agent: Mutt/1.4.1i

Hello,
  the behaviour you reported is not a bug.

On Tue, Jul 05, 2005 at 11:11:11AM +0930, Stephen Davies wrote:
> as they do not match either of the REs.
>        if (w ~ /[[:upper:][:digit:]]+/){print;next}

"Silver" matches the regexp.

You probably meant /^[[:upper:][:digit:]]+$/

Have a nice day,
        Stepan Kasal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]