I am using PHP and I hope that I can create a regular expression that will find and return the street number of the address.
Example:
1234- South Blvd. Washington DC, APT # 306, ZIP45234
In the above example, only 1234 will be returned.
It sounds like it should be incredibly simple, but I haven't got it yet. Any help would be greatly appreciated.
source
share