mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 13:48:42 -05:00
ARRL RTTY Roundup rules require AK and HI residents to be DX and send serial numbers
This commit is contained in:
parent
42abe18173
commit
49b1a5ac62
@ -200,13 +200,14 @@ namespace
|
|||||||
QRegularExpression RTTY_roundup_exchange_re {
|
QRegularExpression RTTY_roundup_exchange_re {
|
||||||
R"(
|
R"(
|
||||||
(
|
(
|
||||||
AL|AK|AZ|AR|CA|CO|CT|DE|FL|GA # states
|
AL|AZ|AR|CA|CO|CT|DE|FL|GA # 48 contiguous states
|
||||||
|HI|ID|IL|IN|IA|KS|KY|LA|ME|MD
|
|ID|IL|IN|IA|KS|KY|LA|ME|MD
|
||||||
|MA|MI|MN|MS|MO|MT|NE|NV|NH|NJ
|
|MA|MI|MN|MS|MO|MT|NE|NV|NH|NJ
|
||||||
|NM|NY|NC|ND|OH|OK|OR|PA|RI|SC
|
|NM|NY|NC|ND|OH|OK|OR|PA|RI|SC
|
||||||
|SD|TN|TX|UT|VT|VA|WA|WV|WI|WY
|
|SD|TN|TX|UT|VT|VA|WA|WV|WI|WY
|
||||||
|NB|NS|QC|ON|MB|SK|AB|BC|NWT|NF # VE provinces
|
|NB|NS|QC|ON|MB|SK|AB|BC|NWT|NF # VE provinces
|
||||||
|LB|NU|YT|PEI|DC
|
|LB|NU|YT|PEI
|
||||||
|
|DC # District of Columbia
|
||||||
|DX # anyone else
|
|DX # anyone else
|
||||||
)
|
)
|
||||||
)", QRegularExpression::CaseInsensitiveOption | QRegularExpression::ExtendedPatternSyntaxOption};
|
)", QRegularExpression::CaseInsensitiveOption | QRegularExpression::ExtendedPatternSyntaxOption};
|
||||||
|
Loading…
Reference in New Issue
Block a user