html.strip

html.strip

html.strip

Function

Remove the HTML tags and keep the text outside the tags.

Syntax

Parameters

None.

Return value

TypeDescription
StringText after removing tags.

Code Example

Notes

  • strip is a lightweight tag stripper, not a full HTML parser.