Search found 2 matches

by GolfErik
Wed Sep 10, 2003 7:45 pm
Forum: General
Topic: Regular Expression for HTML URL
Replies: 1
Views: 210

Sorry, I figured it out. I used <.*> and that seemed to work. Just thought I would share that.
by GolfErik
Wed Sep 10, 2003 7:43 pm
Forum: General
Topic: Regular Expression for HTML URL
Replies: 1
Views: 210

Regular Expression for HTML URL

I need to remove all html url's from a document. This is what I have currently:

<a href="http://www.blah.com">www.blah.com
<a href="http://www.dodo.com:>www.dodo.com
etc....

I already removed the </a>, but I also need to remove all the <a href="www.variables_sites.com"> references. Since these are ...