unescapehtmltext
v0.5.0
Published
A utility function to unescape a string containing legally-html-escaped entities to the plain text
Maintainers
Readme
unescapehtmltext
A utility function to unescape a string containing legally-html-escaped entities to the plain text
Installation
npm i unescapehtmltextUsage
const uht = require('unescapehtmltext');
console.log(uht('Ο © 𘚟 & <Hello, World!>'));