questions of Html tag
"memeMa" <[email protected]> Wed, 15 Dec 2004 15:28:33 -0800
| Newsgroups | gmane.comp.jakarta.regexp.user |
|---|---|
| Message-ID | <[email protected]> |
------=_NextPart_000_000D_01C4E2BA.BD03E500 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi,=20 I try to grab all the value between <tr>My Text</tr>, anyone tell me how = to do it. This is my HTML page, and can the regular expression specify to grab the = value that contains "Avaya". Thanks! <tr> <td ><A = HREF=3D'https://erfx.uat.enporion.com/instance/processPost>Select</A></td= > <td > Avaya </td> <td >Supplier</td> </tr> <tr> <td ><A = HREF=3D'https://erfx.uat.enporion.com/instance/processPost>Select</A></td= > <td > Beata </td> <td >Supplier</td> </tr> Ma ------=_NextPart_000_000D_01C4E2BA.BD03E500--