2.0.6 • Published 4 years ago

htmlremove v2.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

htmlremove

Removed HTML tags from html string to return plain text

Setup

npm install htmlremove
yarn install htmlremove

Usage

var htmlremove = require('htmlremove');


let html = " <div> May the force be with <a href="#">you</a>. I love <strong>Batman</strong> ";

html = htmlremove(html);

//output 'May the force be with you. I love Batman'
2.0.3

4 years ago

2.0.5

4 years ago

2.0.6

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago