Jump to content

How can I get real e-mail?


Recommended Posts

No, you can only check if email matches to email pattern using regex.

local email = "[email protected]" 
if email:match("[A-Za-z0-9%.%%%+%-]+@[A-Za-z0-9%.%%%+%-]+%.%w%w%w?%w?") then 
    outputChatBox("VALID EMAIL") 
else 
    outputChatBox("INVALID EMAIL")                 
end 

Link to comment

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
  • Recently Browsing   0 members

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