I have an array of address but some of them are not valid they either start with an apartment like
XYZ rd {Alphabatical start}
or it has a range like
4000-9000 wallace rd
etc
Obviously I cant ship my products to those addresses. Can someone give me an regex
EDIT
- I need only the addresses that start with some integers
- I do not want range addresses like 4009-4015 terrace ave, etc
thanks