Search and replace - Email address [SOLVED]
Posted: Mon Apr 30, 2007 4:48 pm
Hi all,
I'm looking to modify the email addresses in my data set. The current format of data is:
"<field1>","<field2>","<field3>","<emailid">,"<field5>"
Sample records look like this:
"jdoe","jd","01234y","jdoe@email.com","xyz"
"user2","ts","0123456x","user2@email.net","abcd"
I'm looking for a regex that finds and replaces all mail id's (in column 4) to a static string (e.g, mymail@mail.com).
I'd appreciate any help on this.
Thanks,
Andy
I'm looking to modify the email addresses in my data set. The current format of data is:
"<field1>","<field2>","<field3>","<emailid">,"<field5>"
Sample records look like this:
"jdoe","jd","01234y","jdoe@email.com","xyz"
"user2","ts","0123456x","user2@email.net","abcd"
I'm looking for a regex that finds and replaces all mail id's (in column 4) to a static string (e.g, mymail@mail.com).
I'd appreciate any help on this.
Thanks,
Andy