REMINDER
Please be respectful of all AppDragers! Keep it really civil so that we can make the AppDrag community of builders as embracing, positive and inspiring as possible.
[TM] Regex email validation
- 
					
					
					
					
 Hello, Is it possible have the default regex you use in the "Simple verification: Email" please  ? ?Thanks, 
 Best regards,
- 
					
					
					
					
 Hey, sure : function validateEmail(email) { var re = /^(([^<>()[]\\.,;:\s@"]+(\.[^<>()[]\\.,;:\s@"]+)*)|(".+"))@(([[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/; return re.test(email); }
