strip

Strip HTML Tags

BSD 11 个版本
安装
npm install strip
yarn add strip
pnpm add strip
bun add strip
README

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

版本列表
3.0.0 2016-04-09
2.0.0 2016-03-22
0.0.7 2014-02-06
0.0.6 2014-01-07
0.0.5 2013-04-10
0.0.4 2013-04-10
0.0.3 2013-04-10
0.0.2 2013-04-10
0.0.1 2013-04-10
0.0.1-security 2016-03-23
0.0.0 2013-03-31