
Finding <a href> with RegExp
Your post solved my problem as well. Thanks.
Quote:
> On Thu, 26 Oct 2000 12:54:58 -0500, "Chad Myers"
> >Try:
> >"<a[^>]*>"
> Thanks, Chad, but what it was was this (ugh):
> I was using Response.Write to write the matches collection to a web
> page. Well, obviously, a bunch of <a href=""> tags by themself result
> in a totally blank page. When i added a simple if/then to make sure
> the size of the collection was > 0, it dawned on me what i did. duh.
> Yeesh, wasted a couple hours on that one...
> Thanks for your help.
> Steve