Simple regex question?

Posted by Joan Venge on Stack Overflow See other posts from Stack Overflow or by Joan Venge
Published on 2010-03-13T02:26:39Z Indexed on 2010/03/13 2:37 UTC
Read the original article Hit count: 437

Filed under:
|
|
|
|

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?

© Stack Overflow or respective owner

Related posts about c#

Related posts about string