[DXLog.net - Support] Observations Using the DXLOG at the CQWWRTTY

Bob Wilson, N6TV n6tv at arrl.net
Tue Oct 1 00:21:34 CEST 2013


Second correction  (regular expressions are a pain).  I left out some OR
signs ( | ) and some end of line indicators ( $ ).

FIELD_RCVD_RGX_CHECK=DEST->RCVD:^[1-9]$|^0[1-9]$|^[1-3][0-9]$|^40$

Maybe for numeric fields like CQ zones, ITU Zones, serial numbers and ARRL
Sweepstakes "Check" column we could have simple numeric range like 1-40,
1-90, 1-9999, 00-99, respectively.

73,
Bob, N6TV

73,
Bob, N6TV


On Mon, Sep 30, 2013 at 3:15 PM, Bob Wilson, N6TV <n6tv at arrl.net> wrote:

> Correction, zone 0 and zone 00 isn't valid either, so we need:
>
> FIELD_RCVD_RGX_CHECK=DEST->RCVD:^[1-9]$|^0[1-9]^[1-3][0-9]$|^40$
>
> 73,
> Bob, N6TV
>


More information about the Support mailing list