Skip to content

Instantly share code, notes, and snippets.

@cmj
Last active March 14, 2026 13:18
Show Gist options
  • Select an option

  • Save cmj/72652e88aca01500ec6f8c02ba854b3b to your computer and use it in GitHub Desktop.

Select an option

Save cmj/72652e88aca01500ec6f8c02ba854b3b to your computer and use it in GitHub Desktop.
Recursive grep for emoji example
#!/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