sindresorhus/has-emoji

Check whether a string has any emoji

106

stars

11

commits

JavaScript

primary language

Oct 27, 2023

updated

README

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

Contributors

sindresorhus

9 commits

BendingBender

1 commits

Richienb

1 commits

sindresorhus/has-emoji

Check whether a string has any emoji

106

stars

11

commits

JavaScript

primary language

Oct 27, 2023

updated

README

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

Contributors

sindresorhus

9 commits

BendingBender

1 commits

Richienb

1 commits

Languages

JavaScript

74.7%

TypeScript

25.3%