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

IE 10 IE 11 doesn't support this regex #41

Closed NikolaySolodukhin closed 6 years ago

mathiasbynens commented 6 years ago

What happens if you use it?

NikolaySolodukhin commented 6 years ago

Maybe I use this regex incorrectly? http://prntscr.com/kgohty and error: Invalid range in character set and IE browser has crashed. I use it like this http://prntscr.com/kgojxw

NikolaySolodukhin commented 6 years ago

I don't using babel that's why ie has crashed. Sorry