I am trying to remove all emojis from text and I am using the :find & replace, using a Regex Pattern.
The Regex Pattern I am using is this one: [^\p{L}\p{N}\p{P}\p{Z}^$\n]
And it is working in regex101.com, replacing correctly the emojis. When I use it in Bubble it doesn’t work. It replaces anything I write down in the multiline input.
Below you can find screenshots of it working in regex101 and how I am implementing it on Bubble.
Any help is welcome. Thanks!