Email Addresses


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

This email snippet was borrowed from (FlashJunior), the original snippit is: http://snipplr.com/view/7743/email-check/


Copy this code and paste it in your HTML
  1. [0-9a-zA-Z][-._a-zA-Z0-9]*@([0-9a-zA-Z][-._0-9a-zA-Z]*\.)+[a-zA-Z]{2,6}

Report this snippet


Comments


You need to login to view comments.