remove-emoji
v1.0.2
Published
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
Downloads
16
Maintainers
Readme
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