I have someone that is placing data spam in my email subscription as the following pattern:
FirstnameLastName##@gmail.com
AnothernameAnotherName##@gmail.com
DifferentnameAnotherName##@gmail.com
where the ## is a random number (ex: 42)
So, some examples would be:
GeorgeWashington67 @ gmail.com
ThomasJefferson23 @ gmail.com
etc
I need to use either Regex or PregMatch in my filter to identify the ##@gmail.com to prevent it from being entered into the database.
I appreciate help here because it involves this plus an array to cover 0-9,0-9 or 00-99
Thanks
Marc