elawady Posted June 22, 2009 Posted June 22, 2009 i need prog help me to check the Email address is valid or not
monoceres Posted June 22, 2009 Posted June 22, 2009 Simple search http://www.autoitscript.com/forum/index.ph...=%2Bvalid+email Broken link? PM me and I'll send you the file!
Mike23 Posted June 22, 2009 Posted June 22, 2009 (edited) you can try to use: StringToASCIIArray($email) and then just check for the @ "64" ascii sine and de . "46" and maybe for a land code after that. small example: #include <Array.au3> ; For _ArrayDisplay() Local $a = StringToASCIIArray("test@test.com") _ArrayDisplay($a) grtz mike23 edit: aah was to late see some1 else helped sooner (A) Edited June 22, 2009 by Mike23
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now