/ Published in: ActionScript 3
Expand |
Embed | Plain Text
/(\w|[_.\-])+@((\w|-)+\.)+\w{2,4}+/
You need to login to post a comment.
sidneydekoning on 05/14/09
regex email valid regexp validation as3
6 people have marked this snippet as a favorite
macKaminski
Pingpongbal
edsonpavoni
quan
donaldleegraham
tspitzr
/(\w|[_.\-])+@((\w|-)+\.)+\w{2,4}+/
You need to login to post a comment.