We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Consider π©π»ββ€οΈβπβπ¨πΌ, which is formed of
If I do
Smile.unmodify(emoji: "π©π»ββ€οΈβπβπ¨πΌ")
Everything except the π© is removed. This completely changes the meaning of the emoji, which I don't think unmodify is supposed to do. I had expected π©ββ€οΈβπβπ¨ instead. Is this intentional?
unmodify
The text was updated successfully, but these errors were encountered:
Hi, it is expected to keep just the "prominent" info. Maybe you can try disassemble method ?
disassemble
Sorry, something went wrong.
Ah, so you have another method for this purpose :) disassemble does remove the modifiers, which is what I want. However, it also removes the heart :(
No branches or pull requests
Consider π©π»ββ€οΈβπβπ¨πΌ, which is formed of
If I do
Everything except the π© is removed. This completely changes the meaning of the emoji, which I don't think
unmodify
is supposed to do. I had expected π©ββ€οΈβπβπ¨ instead. Is this intentional?The text was updated successfully, but these errors were encountered: