IsValidEmailAddress
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns true
if email_address
is indeed a valid E-mail address format.
Returns false
if email_address
is not a valid E-mail address format.
This function does NOT check if the e-mail address is an existing address, it only checks if the format is correct according to global e-mail address formatting rules.
email_address
text
the email address that is validated by the function