Does anyone have an example of how to find links in HTML files using
RegEx? I'm not all that knowledgeable in regular expressions, and I'm
curious about whether someone else has already invented this particular
wheel...
Note that I need to find any kind of link to an external file -- such as
<A HREF="link">, <IMG SRC="link">, <BODY BACKGROUND="link">, etc. And I
need to be able to quickly and easily isolate the "link" text.
Thanks in advance!
-Thomas
Personal web page: http://home.earthlink.net/~thomasareed/
My shareware: http://home.earthlink.net/~thomasareed/shareware/
Pixel Pen web pub. guide: http://home.earthlink.net/~thomasareed/pixelpen/
Always forgive your enemies, nothing annoys them so much.
|