<tr bgcolor='#C0C0C0'>
<td>ID</td><td>personName</td>
<td>homePhone<br>officePhone</td>
<td>city</td>
<td>street</td>
</tr>
ok, so this is a piece of HTML I get as a webresponse, and I need to parse it with grups to extract the ID, personName, city, homePhone, officePhone and street.
Can anyone give me a REGEX pattern for this? I've been trying for hours and I can't see where I'm wrong. Anyway is there any nice tool to create regex expressions, couse running the application over and over again is a pain. Thanks.