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

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

Re: failing to match "===="


From: Stepan Kasal
Subject: Re: failing to match "===="
Date: Mon, 8 Mar 2004 12:59:08 +0100
User-agent: Mutt/1.4.1i

Hello,
  thank you for your bug report.

On Tue, Feb 24, 2004 at 03:12:59PM +0100, Risto Minev wrote:
> I am having a nightmare trying to match any number of equal signs.
> 
> if this matches:
>       else if ( match($0, "----") != 0 ) {
> why does not this match:
>       else if ( match($0, "====") != 0 ) {
> or this:
>       else if ( match($0, "\-\-\-\-") != 0 ) {

It works for me.  What version of gawk do you use?  Which platform?
Could you provide a complete example?

Stepan Kasal




reply via email to

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