Created
October 18, 2023 20:18
-
-
Save ShoGinn/f0f04ee6d4ebee3b7735ea7cc924227f to your computer and use it in GitHub Desktop.
regex for unicode (emojis)
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
When searching for unicode emojis using regex use: | |
[^\x00-\x7f] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment