Closed garrettg123 closed 9 years ago
Is there a way to ignore emojis, like
he.encode('You\'re so young 😏', { ignoreEmoji: true })
No. Why would you want to?
Filter them yourself, maybe with a regex.
https://github.com/mathiasbynens/emoji-regex
Is there a way to ignore emojis, like