Returns the unescaped html string of the given text
Optional
the source string to inspect
the unescaped html string of the given text
unescapeHtml('<div>foobar<div>'); // '<div>foobar<div>' Copy
unescapeHtml('<div>foobar<div>'); // '<div>foobar<div>'
Returns the unescaped html string of the given text