If I may make a suggestion... by simply using regular expressions to manipulate address data, it's like using a single jackhammer to carve Mt. Rushmore out of the mountain. It may seem to work at first, but there's still a lot of work ahead.
Have you considered addresses inputted in all forms and with the components in different orders than expected? What about street names without "th" or "st" by the number, etc etc (there are too many cases to list here).
I work for SmartyStreets, where our expertise is standardizing and validating addresses. For your task, you can hook into a CASS-Certified API of sorts to return the address, standardized and componentized (broken into pieces), so you can keep just the parts you want, and be accurate. I suggest you look into something like LiveAddress, which provides this for free. Do some research on your own, and I'll be happy to help answer other address-related questions you have.