Remove Emoji from a text
Status: Closed · Asked by Deep Chheda on · 0 views
I want to remove emoji from a text.
Basically, an input will be sent to pabbly in which a field will have text with emoji. How can I remove emoji from the text and pass just text to the next application.
Hey @Deep Chheda
You can use Text Formatter to replace the emojis from the content with space.

Thanks for suggestion. However it's not confirm which emoji would come and also in which order would they appear. How can I format in that case ?
Hey @Deep Chheda
You can give it a try with "Text Formatter by Pabbly: Extract Pattern" to extract the content without emoji with the help of regular expression. You can use the tools available online to build one.
