Skip to content

Instantly share code, notes, and snippets.

@ShoGinn
Created October 18, 2023 20:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShoGinn/f0f04ee6d4ebee3b7735ea7cc924227f to your computer and use it in GitHub Desktop.
Save ShoGinn/f0f04ee6d4ebee3b7735ea7cc924227f to your computer and use it in GitHub Desktop.
regex for unicode (emojis)
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