On 9/24/15 1:47 PM, Matthew Saltzman wrote:
>
> I am trying to block variants of ceertain gmail addresses but I'm having
> trouble concocting the right rexexp to accomplish the task.
>
> Gmail addresses can contain embedded periods and can be followed by a
> '+' and an arbitrary suffix. So all the
On 9/24/15 1:47 PM, Matthew Saltzman wrote:
>
> 1. Could someone show me the right syntax to catch all embedded
> dots in the part before the '+'?
^.*\..*\+.*@
for any domain or
^.*\..*\+.*@gmail.com$
for only gmail.com.
> 2. Is there a way to script removing all my experi
I am trying to block variants of ceertain gmail addresses but I'm having
trouble concocting the right rexexp to accomplish the task.
Gmail addresses can contain embedded periods and can be followed by a
'+' and an arbitrary suffix. So all the following are the same address:
* joeb...@gmail.c