How to remove HTML tags from a string ?

Question

How to remove HTML tags from a string ?

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