Hi everyone,
Please help on the best way to find and replace some special characters on the body of the email.
These ones:
<
-<
>
->
&
-&
'
-'
"
-"
Is there a regex pattern For example search on the email body for this: ‘&’ and replace with this ’ ↦ ’
Could there be maybe a regex pattern that will search for all of those char at once then if it finds any then replace those ones it finds, instead of me using nested IF’s.