1.0.0 • Published 1 year ago

replace-htmltag v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

strip-html-tags

一个使用 cheerio 去除 HTML 标签的 npm 包。

安装

你可以使用 npm 来安装这个包:

npm install strip-html-tags

使用

stripHtmlTags('<div>1111111111<strong>22222</strong></div>')
// 111111111122222
1.0.0

1 year ago