Commit Graph

2 Commits (1c1819a78a33cb7a90b499676c587f3c6dd7406f)

Author SHA1 Message Date
Nolan Lawson e282580101 Faster emojify() by avoiding str.replace() entirely ()
Nolan Lawson a978b88997 Faster emojify() algorithm, avoid regex replace ()
* Faster emojify() algorithm, avoid regex replace

* add semicolon