Posted by diablo on 06/29/05 10:55
Hi
I have looked and looked - the consenus is to use reg expressions - here is
a good example-
http://www.4guysfromrolla.com/webtech/042501-1.shtml
but i cannot find anything that will aloow me to keep a certain set of tags
such as <b> and <blockquote> and <a href..>
is there any reg exp guru that could modify this
objRegExp.Pattern = "<(.|\n)+?>"
to be able to ignore certain tags?
thanks
Diablo
"Mark Parnell" <webmaster@clarkecomputers.com.au> wrote in message
news:hbjynhvrvvue.dlg@markparnell.com.au...
> Previously in alt.html, diablo <diablo@noplace.com> said:
>
> > im still a lowly ASP developer. Anyone know how i can get hold of some
> > functions for ASP?
>
> Google is your friend:
> http://www.google.com.au/search?q=asp+strip+html
>
> BTW: Please don't post upside down.
> http://www.allmyfaqs.com/faq.pl?How_to_post
> http://en.wikipedia.org/wiki/Top-posting
>
> This will help:
> http://home.in.tum.de/~jain/software/oe-quotefix/
>
> --
> Mark Parnell
> http://www.clarkecomputers.com.au
> alt.html FAQ :: http://html-faq.com/
[Back to original message]
|