M
Michael C#
Hi all,
I'm about to start writing a routine to parse "standard" U.S. Addresses (if
there is such a thing...) Before I jump off into this, I was just wondering
if maybe someone out there had already seen some similar logic already
implemented somewhere? Here's basically what I'm trying to do:
123 Sesame Street NW
In this example, I want to parse out the Street Address as follows:
123 = House Number
Sesame = Street Name
Street = Street Type
NW = Street Directional
I know there are a lot more variations than this in addresses, which is why
this is so much fun right? So if anyone knows of any type of address
parsing mechanism already done out there, it'd be much appreciated.
Thx,
Mike C.
I'm about to start writing a routine to parse "standard" U.S. Addresses (if
there is such a thing...) Before I jump off into this, I was just wondering
if maybe someone out there had already seen some similar logic already
implemented somewhere? Here's basically what I'm trying to do:
123 Sesame Street NW
In this example, I want to parse out the Street Address as follows:
123 = House Number
Sesame = Street Name
Street = Street Type
NW = Street Directional
I know there are a lot more variations than this in addresses, which is why
this is so much fun right? So if anyone knows of any type of address
parsing mechanism already done out there, it'd be much appreciated.
Thx,
Mike C.