I find myself needing to find all the HREF values on a given page.  Regular
Expressions are the answer, but I haven't nailed the pattern yet.

Any help???

I've tried the following:
   "\w+:\/\/[^/:]+:\d*?[^# ]*"
   "(\w+)://([^/:]+)(:\d+)?/(.*)[\s|>]"
   "href=\S.*[\S|>]"

They tend to give me more than just the href value, like the next 3 tags and
text between em.
The first two patterns are directly from a microsoft article on this (I'm
working in VB too), with the first being the same as the second but no
______________________________________________________________________
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to