Email validation Regex


/ Published in: Regular Expression
Save to your folder(s)

Email validation


Copy this code and paste it in your HTML
  1. ^[-_a-z0-9\'+*$^&%=~!?{}]++(?:\.[-_a-z0-9\'+*$^&%=~!?{}]+)*+@(?:(?![-.])[-a-z0-9.]+(?>![-.])\.[a-z]{2,6}|\d{1,3}(?:\.\d{1,3}){3})(?::\d++)?$/iD'

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.