mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-19 10:05:20 -04:00
Revert "Allow 2x1 calls in the "strict_standard_callsign_re" regular expression."
This reverts commit 575a5c5a7a07ab9aa1332705ed12b2cd69971581.
This commit is contained in:
parent
1eb0d0471d
commit
e7d48e0f5b
@ -22,7 +22,7 @@ namespace Radio
|
|||||||
QRegularExpression valid_callsign_regexp {R"(\d[[:alpha:]]|[[:alpha:]]\d)"};
|
QRegularExpression valid_callsign_regexp {R"(\d[[:alpha:]]|[[:alpha:]]\d)"};
|
||||||
|
|
||||||
// standard callsign
|
// standard callsign
|
||||||
QRegularExpression strict_standard_callsign_re {R"(^([A-Z]{1,2}[0-9]?|[0-9A-Z][A-Z])[0-9][A-Z]{0,3}$)"};
|
QRegularExpression strict_standard_callsign_re {R"(^([A-Z][0-9]?|[0-9A-Z][A-Z])[0-9][A-Z]{0,3}$)"};
|
||||||
|
|
||||||
// suffixes that are often used and should not be interpreted as a
|
// suffixes that are often used and should not be interpreted as a
|
||||||
// DXCC Entity prefix used as a suffix
|
// DXCC Entity prefix used as a suffix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user