You have been redirected from an outdated version of the article. Below is the content available on this topic. To view the old article click here.

strip_html()

Usage

strip_html(source)

Description
Removes all HTML tags from the given source string and returns only the content.

Example

${strip_html('<h3><p>Clean me!</p></h3>')}

results in

Clean me!

Search results for "strip_html()"

strip_html()

Removes all HTML tags from the given source string and returns only the content.

strip_html(source)