1.0.2 • Published 2 years ago

remove-emoji v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

remove-emoji

Remove emojis from a string using the following good regex code: / (?! * # 0-9 +) \ p {Emoji} \ p {Emoji_Modifier} \ p {Emoji_Component} \ p {Emoji_Modifier_Base} \ p { Emoji_Presentation} / gu

Install

npm install remove-emoji

Usage

Run without any options