Remove character before/after symbol
Posted: Mon Aug 23, 2010 8:15 pm
I would like to remove a symbol after another symbol.
Example:
email#@gmail.com change to email@gmail.com
email+^@hotmail.com change to email@hotmail.com
Remove all the symbol before "@"
Example:
*me^personal*email@yahoo.com change to email@yahoo.com
If the email address is all symbol before "@", delete from database.
*^$!@yahoo.com direct delete from database.
How to write the script? feel like very complicated.
Example:
email#@gmail.com change to email@gmail.com
email+^@hotmail.com change to email@hotmail.com
Remove all the symbol before "@"
Example:
*me^personal*email@yahoo.com change to email@yahoo.com
If the email address is all symbol before "@", delete from database.
*^$!@yahoo.com direct delete from database.
How to write the script? feel like very complicated.