0.0.3 • Published 8 years ago

emoji-string-tools v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Emoji String Tools

Build Status Coverage Status

A JS Module to help manipulate strings that contain emoji

Installation

npm install emoji-string-tools

Usage

const est = require('emoji-string-tools');

est.isEmojiOnly("✊👊✊👊✊👊✊👊"); //true
est.isEmojiOnly("Go suck a 🍆!"); //false

est.stripNonEmoji("✊👊✊👊✊👊✊👊"); //✊👊✊👊✊👊✊👊
est.stripNonEmoji("Go suck a 🍆!"); //🍆

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago