/ Published in: PHP

**Example of use:**
if (!isUniversityEmail('[email protected]'))
exit('You must have a valid and .edu email address to register for an account.');
if (!isUniversityEmail('[email protected]'))
exit('You must have a valid and .edu email address to register for an account.');
Comments
