API Reference

Removes any html tags from a string

function stripHTML(text: string)

// Example:

stripHTML("<html><p>Hello <b>world</b>!</p></html>") //=> "Hello world!"