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

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

failing to match "===="


From: Risto Minev
Subject: failing to match "===="
Date: Tue, 24 Feb 2004 15:12:59 +0100
User-agent: KMail/1.5

Hi,

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 ) {

Appreciate your response,

Kind Regards!

-- 
 Risto Minev <address@hidden>
 Software Development
 NENTEC Netzwerktechnologie GmbH
 Killisfeld Strasse 64
 76227 Karlsruhe, Germany

 phone: ++49(0)721 94249 56
   fax: ++49(0)721 94249 10






reply via email to

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