You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your work, nice lib !
Could you please add the capabilities to remove all emojis (and/or) replace with any char/string ?
EmojiParser().replaceAll("...", "X");
EmojiParser().removeEmojis("..."); // which could be EmojiParser().replace("...", "");// Deletion/replacement to empty string should remove double space if any :)
Thanks !
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for your work, nice lib !
Could you please add the capabilities to remove all emojis (and/or) replace with any char/string ?
Thanks !
The text was updated successfully, but these errors were encountered: