unhtml

0.1.0 • Public • Published

unhtml Build Status

Turn HTML-escaped characters and tags back into plain text.

Installation

npm install unhtml

Usage

require('unhtml')(string)

var unhtml = require('unhtml')
 
unhtml('<p>Hello &amp; World &#169;</p>') === "Hello & World ©"

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.07latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.07
0.0.12

Package Sidebar

Install

npm i unhtml

Weekly Downloads

8

Version

0.1.0

License

MIT

Last publish

Collaborators

  • hughsk