ragu-S / strip

Strip HTML Tags

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Strip HTML Tags


Languages

Language:JavaScript 100.0%