Open hartman opened 1 week ago
EmojiRegex uses range [A-z], which includes more characters than [A-Z] and [a-z]. Couldn't tell if this was always guaranteed to be run case insensitive, so made it [A-Za-z]
EmojiRegex uses range [A-z], which includes more characters than [A-Z] and [a-z]. Couldn't tell if this was always guaranteed to be run case insensitive, so made it [A-Za-z]