If $("div.receipt").text()
returns:
Test Order
<br>123 Test St
<br>Testing, MN
<br>55401
How can I select only the last line of the text returned? I'm trying to isolate the zip code only, but don't know how to do it with anything like .split or .replace since the combination of letters and words before it will be different every time.