Find:
([a-zA-Z0-9])[a-zA-Z0-9\.\-\+\_\$]+\@([a-zA-Z0-9])[a-zA-Z0-9\.\-\+\_]+\.([a-zA-Z0-9]+)
Replace:
\1____@\2____.\3
Input:
[email protected]
Output:
a____@f____.xyz
Find:
([a-zA-Z0-9])[a-zA-Z0-9\.\-\+\_\$]+\@([a-zA-Z0-9])[a-zA-Z0-9\.\-\+\_]+\.([a-zA-Z0-9]+)
Replace:
\1____@\2____.\3
Input:
[email protected]
Output:
a____@f____.xyz