emojify.replace not work when the last char is a space
Opened this issue · 2 comments
sssbit commented
when the last char is a space
emojify.replace("abcdefg:smile: ");
=>"abcdefg:smile: "
the output is not change.
sssbit commented
hassankhan commented
This is still a bug in master