VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Check if a string is an email address

David Gabrielsen  (2 Submissions)   String Manipulation   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

This code returns a boolean expression that declares if a string is a valid email address or not. It returns true if the string is valid, false if not

Inputs
email as string

Returns
CheckIfEmail as boolean

Side Effects
it doesn't checks if the string actually is an email address, only if it is a valid email address.

Rate Check if a string is an email address (5(5 Vote))
Check if a string is an email address.bas

Check if a string is an email address Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters