Remove Emoji from a text

Status: Closed · Asked by Deep Chheda on · 0 views

Deep Chheda — Question ·

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.

Pabblymember11 — Reply ·

Hey @Deep Chheda

You can use Text Formatter to replace the emojis from the content with space.

Deep Chheda — Reply ·

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 ?

Pabblymember11 — Reply ·

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.

https://regex101.com/

Back to all forum threads · Log in to reply