I often need to strip emoji from strings to prevent them from messing up other handling. I’ve been compiling regular expressions and I think I finally have all the bases covered. This example is in Ruby, but the regular expressions are easy to adapt to any language: [gist bf121c6a199bc20c7f3085c50cd6d175] I’ve already ported this to Swift…