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