The data I want to scrape is between two td tags:
Starting at : <td align="center" bgcolor="#F3F7F8" >
Closing at </td>
I need to get the data between those tags. After trying to learn rejex for two days, I didn't succeed to do it.
Anyone has any suggestion?
Thanks
<td align="center" bgcolor="#F3F7F8" >
<b><font face="Arial" size="2">
<img border =0 name="DDD" src="../Images/esh.gif"
style="cursor: hand;"
onClick="MyPopUpWinJV('פרטינעל מומחיות ד\'ר ×Âדלמן בוריס','18204','www.old.health.gov.il');"
>
</font></b>
</td>
<td align="right" bgcolor="#F3F7F8" width="105"><font face="Arial" size="2" color="#0000FF">בתוקף </font></td>
<td align="right" bgcolor="#F3F7F8" width="80"><font face="Arial" size="2" color="#0000FF">רשיון קבוע </font></td>
<td align="right" bgcolor="#F3F7F8"><font face="Arial" size="2" color="#0000FF">03/05/1971</font></td>
<td align="right" bgcolor="#F3F7F8"><font face="Arial" size="2" color="#0000FF">תל ×Âביב - יפו</font></td>
<td align="right" bgcolor="#F3F7F8"><font face="Arial" size="2" color="#0000FF">1-8755</font></td>
<td align="right" bgcolor="#F3F7F8"><font face="Arial" size="2" color="#0000FF">בוריס</font></td>
<td align="right" dir=rtl bgcolor="#F3F7F8"><font face="Arial" size="2" color="#0000FF">×Âדלמן</font></td>
<td bgcolor="#369CCD" align="center"><font color="#FFFFFF" face="Arial" size="1">55</font></td>
</tr>
<tr>
<td align="center" bgcolor="#F3F7F8" >
</td>
<td align="right" bgcolor="#F3F7F8" width="105"><font face="Arial" size="2" color="#0000FF">בתוקף </font></td>
<td align="right" bgcolor="#F3F7F8" width="80"><font face="Arial" size="2" color="#0000FF">רשיון קבוע </font></td>
<td align="right" bgcolor="#F3F7F8"><font face="Arial" size="2" color="#0000FF">30/03/2003</font></td>
<td align="right" bgcolor="#F3F7F8"><font face="Arial" size="2" color="#0000FF">תל ×Âביב - יפו</font></td>
<td align="right" bgcolor="#F3F7F8"><font face="Arial" size="2" color="#0000FF">1-34977</font></td>
<td align="right" bgcolor="#F3F7F8"><font face="Arial" size="2" color="#0000FF">×Âלי×â€Ã—•</font></td>
<td align="right" dir=rtl bgcolor="#F3F7F8"><font face="Arial" size="2" color="#0000FF">×Âדלמן</font></td>
<td bgcolor="#369CCD" align="center"><font color="#FFFFFF" face="Arial" size="1">56</font></td>
</tr>
<tr>
<td align="center" bgcolor="#F3F7F8" >
<b><font face="Arial" size="2">
<img border =0 name="DDD" src="../Images/esh.gif"
style="cursor: hand;"
onClick="MyPopUpWinJV('פרטינעל מומחיות ד\'ר ×Âדלמן ×Âלי×Âס גברי×Âל ×Âדרי×Âן','86478','www.old.health.gov.il');"
>
</font></b>
</td>












