In the streams I am parsing I need to parse something in this pattern:
<b>PaintTitle</b></td><td class=detail valign="top" align=left><div align=left><font size=small><b>The new great album by Pet Shop Boys</b>
How would I get the string "The new great album by Pet Shop Boys"
where <b>PaintTitle</b>
is guaranteed to be once per album?