You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added better regex for countries with postal codes that could allow for or - between primary and extended codes. IE: In the USA a primary code of "12345" could also have sub codes separated by a dash or space, "12345-1234 OR 12345 1234". The previous regex's only accounted for 123451234, now the new ones allow (and expect) a dash or space between them.
In v1.1, 62 Countries did not have Postal Code Systems. 15 of those now have specific postal code formats - those 15 were updated.
For countries that do not have a Postal Code System, the previous description was "No Data", that has been updated to now say "NoPostalSystem" to be more descriptive than the previous ambiguous "No Data"