Im using this currently :
/^(.*)\\+(.*)@gmail.com/
(I\'m capturing the text before and after the plus sign in a group)
and it works in most
[a-zA-Z0-9]{1,}[\+]{0,}[a-zA-Z0-9]{0,}@gmail.com