
Hello,
I have a nut which I haven't been able to crack.
I'm recieving emails and storing the text for history. The issue is that emails will contain Microsoft safelink verification message which starts like this:
"[https://eur02.safelinks.protection.outlook.com/" and it goes on for 340 more characeters (388 in total). I would like to remove the link everytime it comes up, but the characters vary after the start. So once the system indentifies Eur02.safelinks it should remove the 340 next characters for example, or from -len(Eur02.Safelinks) + 340 characters.
Have anyone solved a similar issue?