- Issue created by @rszrama
- πΊπΈUnited States rszrama
It appears we'd essentially want to create a script in this module (or another) that scrapes https://chromium-i18n.appspot.com/ssl-address to fetch country subdivision level postal code patterns for reference.
- π·πΈSerbia bojanz
I think it's nice for Address to have a US-specific service that takes a postal code and returns an administrative area. That service can then hardcode the data it needs (the postal code prefixes that are matched against).
Would it make sense to call it a locator? \Drupal\address\Locator\UnitedStates? I'll let you and Jonathan bikeshed that.