Hi ,
I have a rich text box(text1) that has HTML source in it. How do I extract the string between to defined strings? There are an undetermined number of information to reteive so I would need to loop through the richtext box.

example ><span class=text4>4.&nbsp; </span></td>
<td vAlign=top><span class=text5><b>NEEDED INFO HERE</b></span></td>class=text5><b>OTHER NEEDEDINFO...........................Text4


The information i need is between the "Text4" and each new field starts with "text5"

Any help to get started would be appreciated .