Inhaltsverzeichnis

HtmlStrip

The HtmlStrip () function removes HTML markup from a given string.

Verwendung:

HtmlStrip($s)

Sample:

HtmlStrip("<p>blabla<strong>huhu</strong>haha</p>blubber")

returns: „Blabla huhu haha blubber“