How to remove HTML tags from a string ?
You can find it out by using the function StripHTML, that strips all HTML tags from a given text-string. For example, the string: Important notes must be converted to: Important notes
Re: How to remove HTML tags from a string ?
You can find it out by using the function StripHTML, that strips all HTML tags from a given text-string.
For example, the string: Important notes
must be converted to: Important notes