Search and replace E-MAil adresses even if they are invalid
Hi,
im doing an intern ship here and found after a few hours your piece of code which works quite good. But its is so complex that i have no chance to change it to my needs.
I have data which i have to prepare. In this data there are a lot of customer infos like phone number, date, email, adress, names i have to get rid of.
Is there a possibility to change the code a bit. I just have to find aout if there is an EMail and replace it with "E-MAil" instead of taking it out. But i need no real verification. Sometimes the E-Mail adresses are invalid.
if found following scenarios which have to be found and replaced:
1. xxx@xxx.xx
2. @xxxx.xx
3. xxxxx@
4. @
Thx a lot in advance!
Julia