hassansin / parse-address

US Street Address Parser
http://hassansin.github.io/parse-address/
Other
157 stars 81 forks source link

Added support for Alphanumeric Combinations of Address Ranges #22

Closed varadara closed 5 years ago

varadara commented 5 years ago

The PR attempts to address the issue that was brought up by the OP in https://github.com/hassansin/parse-address/issues/3

The fix is adding to the street number regular expression to parse street numbers that adhere to the grid type/alphanumeric address format. https://pe.usps.com/text/pub28/28apd_004.htm

varadara commented 5 years ago

@hassansin Could you please take a look at this pull request? Thanks in advance 👍

hassansin commented 5 years ago

@varadara thanks for the PR! I'll test and merge it asap.