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