Search found 2 matches
- Wed Sep 10, 2003 7:45 pm
- Forum: General
- Topic: Regular Expression for HTML URL
- Replies: 1
- Views: 210
- 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 ...
<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 ...