Last active
March 14, 2026 13:18
-
-
Save cmj/72652e88aca01500ec6f8c02ba854b3b to your computer and use it in GitHub Desktop.
Recursive grep for emoji example
This file contains hidden or 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
| #!/usr/bin/env bash | |
| rg -P '(?![\p{Han}\p{Hiragana}\p{Katakana}\p{Hangul}])[^\x00-\x7F]' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment