Due to the current gap in continued funding from the U.S. National Science Foundation (NSF), the NSF Unidata Program Center has temporarily paused most operations. See NSF Unidata Pause in Most Operations for details.

Re: Questions concerning pqact

The problem with an action of NOOP is that the pqact file is still processed line-by-line, so if you have
FEEDTYPE    ^KWAL    NOOP

FEEDTYPE    (^K...)    PIPE  ...blahblahblah...
both lines would be "executed."

-Donna

Devin Eyre wrote:

Couldn't you just put a pattern of KWAL in before the existing one with an action of NOOP?

-----Original Message-----
From: owner-ldm-users@xxxxxxxxxxxxxxxx <owner-ldm-users@xxxxxxxxxxxxxxxx>
To: Paul L. Sirvatka <sirvatka@xxxxxxxxxxxxxxx>
CC: Steve Emmerson <steve@xxxxxxxxxxxxxxxx>; LDM-USERS <ldm-users@xxxxxxxxxxxxxxxx>
Sent: Sat Apr 21 16:40:00 2007
Subject: Re: Questions concerning pqact

Paul,

Steve's regular expression, as he gave in his previous email, does ask
that the *first* character be a K but your original regex only showed
(K...). Steve's REGEX will work if you are asking for patterns
*beginning* with 'K' and followed by three letters or numbers, with the
exception of (^KWAL). Maybe this assumption is okay, but just wanted to
double-check.

-Donna

Steve Emmerson wrote:
> Paul,
>
> The following extended regular expression will match any 4 characters
> but "KWAL":
>
>     ([^K]...|K[^W]..|KW[^A].|KWA[^L])
>
> Regards,
> Steve Emmerson
>
> Donna Cote
Senior Research Associate
The Academy for Advanced Telecommunications and Learning Technologies
Texas A&M University
3139 TAMU
College Station, Texas 77843-3139
Office: (979) 862-3982
Cell: (979) 324-3549
Fax: (979) 862-3983



  • 2007 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the ldm-users archives: