# find-hashtags

> Extracts the hashtags from a string

Latest version **1.0.1** (published 2016-10-13) · BSD-3 license · 0 weekly downloads

## Install

```sh
npm install find-hashtags
pnpm add find-hashtags
yarn add find-hashtags
bun add find-hashtags
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2016-10-13 |
| First published | 2013-07-22 |
| Weekly downloads | 0 |
| License | BSD-3 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 11 |
| Author | connrs |
| Maintainers | connrs |
| Keywords | hashtags, tags |

## Links

- npm: https://www.npmjs.com/package/find-hashtags
- Repository: https://github.com/connrs/node-find-hashtags
- Homepage: https://github.com/connrs/node-find-hashtags#readme
- Issues: https://github.com/connrs/node-find-hashtags/issues
- npm.io page: https://npm.io/package/find-hashtags

## Dependencies (1)

- [xregexp](https://npm.io/package/xregexp.md) ~2.0.0

## Alternatives

- [@gemini-wallet/core](https://npm.io/package/@gemini-wallet/core.md) — 515.6K weekly downloads
- [utility](https://npm.io/package/utility.md) — 416.6K weekly downloads
- [@primno/dpapi](https://npm.io/package/@primno/dpapi.md) — 7.2K weekly downloads
- [pi-readseek](https://npm.io/package/pi-readseek.md) — 3.7K weekly downloads
- [@emilia-protocol/verify](https://npm.io/package/@emilia-protocol/verify.md) — 1.1K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2016-10-13
- 1.0.0 — 2015-01-08
- 0.1.0 — 2013-07-22

## README

# Detect Hashtags

[![Travis CI Test Status](https://travis-ci.org/connrs/node-find-hashtags.png)](https://travis-ci.org/connrs/node-find-hashtags)

Get an array of hashtags extracted from a string.

## Usage

    var findHashtags = require('find-hashtags');
    
    console.log(findHashtags('This #text contains a number of #useful hashtags'));
    // ['text', 'useful']

The function returns an array containing the hashtags found within a string. It only matches letters and numbers as components of a hashtag.

---
_Source: https://npm.io/package/find-hashtags · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
