From f74d7ce92d0593e1ae0adbc7387c03d9428168a4 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Thu, 8 Aug 2019 12:28:32 -0400 Subject: [PATCH] few more dumb unicodes i don't like --- skulduggery.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skulduggery.go b/skulduggery.go index 74886b9..b632d96 100644 --- a/skulduggery.go +++ b/skulduggery.go @@ -54,7 +54,7 @@ var re_alltheshitz = regexp.MustCompile(`([` + var allUppers = []string{bigboldshitz, moeboldshitz, biggothshitz, bigwideshitz, moegothshitz, bigitalshitz, moeitalshitz, bigbangshitz, bigblokshitz} var allLowers = []string{lilboldshitz, morboldshitz, lilgothshitz, lilwideshitz, morgothshitz, lilitalshitz, moritalshitz, lilbangshitz} -var re_moredumb = regexp.MustCompile(`[👏]`) +var re_moredumb = regexp.MustCompile("[\U0001f44f\U0001f6a8\U000026a0]\ufe0f?") // this may not be especially fast func unpucker(s string) string {