An open API service indexing awesome lists of open source software.

https://github.com/azer/strip

Strip HTML Tags
https://github.com/azer/strip

Last synced: 12 months ago
JSON representation

Strip HTML Tags

Awesome Lists containing this project

README

          

## strip [![Build Status](https://travis-ci.org/azer/strip.png)](https://travis-ci.org/azer/strip)

Strips HTML tags.

### Install

```bash
$ npm install strip
```

### Usage

```js
strip('

Hello World

');
// => Hello World
```

![](https://dl.dropbox.com/s/9q2p5mrqnajys22/npmel.jpg?token_hash=AAHqttN9DiGl63ma8KRw-G0cdalaiMzrvrOPGnOfDslDjw)