mathiasbynens / emoji-regex

A regular expression to match all Emoji-only symbols as per the Unicode Standard.
https://mths.be/emoji-regex
MIT License
1.73k stars 174 forks source link

Google Sheets functionality? #17

Closed delorted1 closed 7 years ago

delorted1 commented 7 years ago

Hi Mathias — I have scoured the internet and this project seems very close to what I am trying to solve with Google Sheets. When I export my spreadsheets to a third party app that crunches the data, it will always spit out an error code if my written content has emojis. The app isn't coded to parse them!

I'm looking for a way to regex Find/Replace all emojis from Google Sheets. I am so sorry if this is not exactly an "issue," but I am very new to this—please take pity!

mathiasbynens commented 7 years ago

To be honest, I don’t really feel qualified to answer questions related to Google Sheets. Maybe someone more knowledgeable can help you if you ask on Stack Overflow?