3.0.0 • Published 8 years ago

strip v3.0.0

Weekly downloads
5,732
License
BSD
Repository
github
Last release
8 years ago

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

npm.io