Strip all HTML from a string, keeping only text content.
The HTML string to strip. Non-string values return "".
""
The plain text content without any HTML tags.
Removes all HTML tags from untrusted strings, returning safe plain text.
Strip all HTML from a string, keeping only text content.