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
I'm curious @botchi09: what do you want to use this new function for? Can you provide some more justification as to why it should exist?
We already have strip, it seems logical to have the opposite. My use case is exactly that, removing every non-emoji from a string. I suppose the alternative is iterating every character and calling .which on it.
Feature Request Checklist
Overview
We have emoji.strip, why not a function that does the exact opposite and returns only emojis?
Additional Info
No response
The text was updated successfully, but these errors were encountered: