Dermot
Active member
See a lot of the following types of accounts signing up, examples are below ..
is using the registration regex below recommended.
..and is it even supported?
Code:
s.a.m.p.l.e@gmail.com
g.m.a.i.l.i.s.o.d.d@gmail.com
l.o.t.s.o.f...d.o.ts@gmail.com
blah+lpewf@gmail.com
is using the registration regex below recommended.
Code:
/(?:\.|\+.*)(?=.*?@gmail\.com)/gm
..and is it even supported?