Skip to content

Commit

Permalink
more emoji char classes to remove
Browse files Browse the repository at this point in the history
  • Loading branch information
pschmitt committed Feb 2, 2025
1 parent 71dc7df commit 5752689
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tdc.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ def remove_emojis(text):
"\u200d" # ZERO WIDTH JOINER
"\ufe0e-\ufe0f" # VARIATION SELECTOR-15, -16
"\u2700-\u27BF" # Dingbats (includes ✍)
"\u2300-\u23FF" # Misc Technical (includes ⏰)
"\u2600-\u26FF" # Misc Symbols (includes ♂, ♀, etc.)
"]+",
flags=re.UNICODE,
)
Expand Down

0 comments on commit 5752689

Please sign in to comment.