Stripping HTML tags from a string and returning the cleaned string -
11-17-2005
, 05:19 PM
Hello Everyone,
I'm working on maintaining an application badly implemented in Basic+ - the
Openinsight variety of multivalue.
I need to re-write a function to rempove HTML tags properly from a string
(the current one lets tags through).
Does anyone know of a way to accomplish this in Basic+?
I was hoping to use some form of regular expression maybe? Does anything
exist in Basic+ to help me?
Thanks in advance,
Ian |