Jump to content

check the Email address


Recommended Posts

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 :D see some1 else helped sooner (A)

Edited by Mike23
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...