php - A regex to validate an email -


this question has answer here:

i need validate , email address when signs up.it should 1234567@burnswin.edu.au

7 numbers @ , last part should burnswin.edu.au please me regular expression.

use 1

/^[0-9]{7}@burnswin\.edu\.au\z/ 

Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -