npm.io
3.0.0 • Published 10 years ago

strip

Licence
BSD
Version
3.0.0
Deps
0
Vulns
0
Weekly
0
Stars
3

strip Build Status

Strips HTML tags.

Install

$ npm install strip
Usage
strip('<p> Hello <a href="http://foo.com/?q=123">World</a> </p>');
// => Hello World