| john.smith@pc.test.com |
| mike.j.lee@pc.test.com |
I have a list of email address in the above format. I want to remove the pc. from all the emails but I don't want this to apply to anything before the @. So the output for above should be:
| john.smith@test.com |
| mike.j.lee@test.com |