ASP - extract links
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
I have an HTML newsletter, which also has a txt only version. I am looking for some way of parsing out the links from the HTML version using an ASP function, and including them in the text only version. So instead of: visit this great site, you'd get something like: Visit this great site (www.codeproject.com) Unfortunately, I only have WSH 5.0 - so no regular expressions that I've tried seem to work. Any ideas?