Validate that a country code matches the ISO 3166-1 alpha-2 pattern.
Two-letter country code
true when the code matches [A-Z]{2}
true
[A-Z]{2}
Validate that a country code matches the ISO 3166-1 alpha-2 pattern.