/strip

Strip HTML Tags

Primary LanguageJavaScript

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