Have you ever considered using regular expressions while parsing a street address? And did you ever stop to think whether the use of the regular expression for address parsing is a good practice? Well, the truth is that it’s best not to mix regular expressions with address parsing or address validation processes. Unfortunately, many programmers still fall for the same old mistake every time they decide to use regular expressions for street addresses, only to fail.