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
Yes. I want detection if a text contains pure emoji or not. Such as:
😀 😁 😂 -> true
😀 😁 的还 -> not
😀 😁 fere😂 -> not
ferg😀 😁 😂 -> not
I want to do this is because I want detect if use's input is pure emoji or not, if pure emoji then I will enlarge all text say size as 99, so it will looks big just like facebook Messagers does, but if emoji with normal text, then just show normal.
@petehouston You are right, this should consider efficiency. I simply want detect it once user press enter button, then I will decide how to show it (if pure emoji then txt size big, other normal). Rest time will not do this.
is there any API to do:
if is full emoji, then return yes, otherwise return false.
The text was updated successfully, but these errors were encountered: