Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Returns null if string contains "&" or "@" #15

Open
saulogt opened this issue Jan 24, 2018 · 1 comment
Open

Returns null if string contains "&" or "@" #15

saulogt opened this issue Jan 24, 2018 · 1 comment

Comments

@saulogt
Copy link

saulogt commented Jan 24, 2018

The string "1005 Gravenstein Hwy 95472" parses to

{
    number: '1005',
    street: 'Gravenstein',
    type: 'Hwy',
    zip: '95472'
  }

"1005 Gravenstein Hwy 95472 &" returns null

@schester44
Copy link

also fails for things like Apt A and B

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants