I am developing an iOS app.In i have a textfield where user can give a comment.he can able to give emojis also .when he click on send button i need to check whether he entered emoji's or not.Can any help me how to check whether user entered emoji's or not.
Thanks in advance..
You can use a regular expression to search emojis in your text:
To replace characters with the corresponding unicode escape sequence you can use: