https://github.com/azer/strip
Strip HTML Tags
https://github.com/azer/strip
Last synced: 12 months ago
JSON representation
Strip HTML Tags
- Host: GitHub
- URL: https://github.com/azer/strip
- Owner: azer
- Created: 2013-03-31T07:31:20.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-11-18T19:16:06.000Z (over 10 years ago)
- Last Synced: 2025-04-09T08:01:37.291Z (about 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 17
- Watchers: 3
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## strip [](https://travis-ci.org/azer/strip)
Strips HTML tags.
### Install
```bash
$ npm install strip
```
### Usage
```js
strip('
Hello World
');
// => Hello World
```
