Open rizowski opened 5 years ago
Given the following: 1800 N, Lehi, UT 84043, USA
1800 N, Lehi, UT 84043, USA
I would expect to see
{ number: '1800', street: 'N', city: 'Lehi', state: 'UT', zip: '84043' }
Instead I get:
{ number: '1800', prefix: 'N', street: 'Lehi', }
Should USA just be omitted? Given that this just parses US addresses?
USA
US
Correct. You just need to remove the country at the end.
Given the following:
1800 N, Lehi, UT 84043, USA
I would expect to see
Instead I get:
Should
USA
just be omitted? Given that this just parsesUS
addresses?