I tried to come up with a RegEx formula to automatically remove those tags from the body text.
I succeeded, adding a special character to the tag. Except for the fact that my current formula removes more than those tags.
I can’t get it to target those specific “fake links” and nothing else.
I am gonna need help with that, if anyone is so kind.
Say I add a special character and use { } instead of brackets.
So the tag would be something like {⁑0402231346}
The RegEx formula I had in mind would have been [{⁑\d}] replaced with nothing. But it doesn’t work.
It has to be conditional of the presence of ⁑.