0.2.0 • Published 9 years ago

hashtags v0.2.0

Weekly downloads
13
License
-
Repository
github
Last release
9 years ago

Hashtag

This npm is used to getting the total hashtag values from given string.

Install

$ npm install hashtags

Usage

var hash = require('hashtags');

console.log(hash('Example site http://www.example.com/#first/text #text # contains#three #i #'));

// '#first', '#text', '#three', '#i'

This npm used to return all hashtags from given string. Enjoy with hash!