VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

A VERY concise and powerful Email Validator: only 5 lines of code. uses regular expressions (very P

Brian Wallace  (1 Submission)   String Manipulation   Visual Basic 5.0   Unknown Difficulty   Fri 5th January 2001   Mon 8th February 2021

A VERY concise and powerful Email Validator: only 5 lines of code. uses regular expressions (very Powerful also...) ?Enjoy?

API Declarations


Example:
ValidateAddresss("[email protected]")


thats it...
I suppose you could declare it as a global/public function if you wish

this would match:
[email protected]
[email protected]
[email protected]
[email protected]

would NOT match
look at [email protected]
[email protected]




Rate A VERY concise and powerful Email Validator: only 5 lines of code. uses regular expressions (very P (2(2 Vote))
A VERY concise and powerful Email Validator: only 5 lines of code. uses regular expressions (very P.bas

A VERY concise and powerful Email Validator: only 5 lines of code. uses regular expressions (very P Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters