core.noscript.text
Hi All,
I need to remove the arrow on the middle of the word but Data cleanse tool is not working.
Sample Sample
Do you have any suggestions please?
Thank you
@mhtomines ,
Please try my favorite formula:
REGEX_Replace([field], "[^ -~]", '')
It removes anything that isn't an "ASCII" printable character.
Cheers,
Mark