AS3 RegExp: Validate E-mail Adress


/ Published in: ActionScript 3
Save to your folder(s)



Copy this code and paste it in your HTML
  1. /(\w|[_.\-])+@((\w|-)+\.)+\w{2,4}+/

Report this snippet


Comments


You need to login to view comments.