what would be the best way to split this in python. (address, city, state, zip)
<div class="adtxt">7616 W Belmont Ave<br />Chicago, IL 60634-3225</div>
in some case zip code is as
<div class="adtxt">7616 W Belmont Ave<br />Chicago, IL 60634</div>
be the only way to separate lines? Etc. etc. – Owen S. Jul 29 '10 at 05:17