Created
November 11, 2019 08:54
-
-
Save shhider/1eee48c3348f7ea88df08b8d6da406b6 to your computer and use it in GitHub Desktop.
[Emoji Regexp] #emoji #regexp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const regEmoji = /(\u00a9|\u00ae|[\u2000-\u3300]|\ud83c[\ud000-\udfff]|\ud83d[\ud000-\udfff]|\ud83e[\ud000-\udfff])/g |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment