C
Carlo Razzeto
Any one aware of a good library/function out there which quickly and
reliably can strip out all HTML from a string? We have an ASP.Net page that
needs to be able to scrub out some (rather bad) HTML from a CSV field, most
solutions we've come up with/found only partially work (some times missing
text or throwing out exceptions). I have to say this is the one and only
thing I miss from my PHP days $string = striphtml( $string );
Carlo
reliably can strip out all HTML from a string? We have an ASP.Net page that
needs to be able to scrub out some (rather bad) HTML from a CSV field, most
solutions we've come up with/found only partially work (some times missing
text or throwing out exceptions). I have to say this is the one and only
thing I miss from my PHP days $string = striphtml( $string );
Carlo