Strip html tags from a string
string to strip tags from
string without html tags
stripHtml('<p>Hello, world!</p>') // 'Hello, world!' Copy
stripHtml('<p>Hello, world!</p>') // 'Hello, world!'
Strip html tags from a string