OWASP / phpsec

OWASP PHP Security Project - THIS PROJECT IS INACTIVE AND MAY CONTAIN SECURITY FLAWS
197 stars 103 forks source link

Added Regex for Email validation #77

Closed shivamdixit closed 10 years ago

shivamdixit commented 10 years ago

1) Added function verifyEmail() to check if email entered by user is valid or not using Regex. 2) Removed Trailing spaces