decode-html
v2.0.0
Published
decode html entities
Downloads
100,185
Readme
decode-html
- decode html entities
- tiny function that replaces the html entities for the chars: "<", ">", "''", "&"
install
npm install decode-html
use
var decode = require('decode-html');
console.log(decode('<div class="hidden">NON&SENSE's</div>'));
// -> '<div class="hidden">NON&SENSE\'s</div>'
(opposite) encode function encode-html
test
npm test
license
MIT
author
Andi Neck | @andineck | intesso