Closed missinglink closed 4 years ago
I noticed in https://github.com/pelias/parser/pull/99 that the parse was ...almost perfect.
The postcode was being parsed as 18180 instead of 18180-000. This PR fixes that by enabling the corresponding regexes.
18180
18180-000
:tada: Happy 100th PR ! :D :tada:
I noticed in https://github.com/pelias/parser/pull/99 that the parse was ...almost perfect.
The postcode was being parsed as
18180
instead of18180-000
. This PR fixes that by enabling the corresponding regexes.