npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

has-emoji

3.0.0

@sindresorhus

npmHomeRepoSnykSocket
Downloads:1010
$ npm install has-emoji
DailyWeeklyMonthlyYearly

has-emoji

Check whether a string has any emoji

This can be useful when you need to prevent emoji in user input, for example, for usernames.

Install

npm install has-emoji

Usage

import hasEmoji from 'has-emoji';

hasEmoji('Unicorn 🦄');
//=> true

hasEmoji('Cat');
//=> false

Related

  • @sindresorhus/is - Type check values