Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow any replacement or deletion #25

Open
tspoke opened this issue Nov 10, 2023 · 0 comments · May be fixed by #26
Open

Allow any replacement or deletion #25

tspoke opened this issue Nov 10, 2023 · 0 comments · May be fixed by #26

Comments

@tspoke
Copy link

tspoke commented Nov 10, 2023

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 ?

 EmojiParser().replaceAll("...", "X");
 EmojiParser().removeEmojis("..."); // which could be EmojiParser().replace("...", "");
 // Deletion/replacement to empty string should remove double space if any :) 

Thanks !

@tspoke tspoke linked a pull request Nov 10, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant