clapping is fucking obnoxious
Ted Unangst tedu@tedunangst.com
Fri, 17 May 2019 16:11:40 -0400
1 files changed,
4 insertions(+),
0 deletions(-)
jump to
M
skulduggery.go
→
skulduggery.go
@@ -42,6 +42,8 @@ bigbangshitz + lilbangshitz +
bigblokshitz + "][ '\ufe0f]?){3,}") +var re_moredumb = regexp.MustCompile(`[👏]`) + // this may not be especially fast func unpucker(s string) string { fixer := func(r string) string {@@ -79,6 +81,8 @@ }
return string(x) } s = re_alltheshitz.ReplaceAllStringFunc(s, fixer) + + s = re_moredumb.ReplaceAllString(s, ".") zw := false for _, c := range s {