包详细信息

strip

DylanPiercey16.5kBSD3.0.0

Strip HTML Tags

自述文件

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