IsValidEmailAddress

circle-info

The IsValidEmailAddress() function checks whether the input parameter is a valid E-mail address format. The check is done using a validated Regular Expression.

This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.

circle-check
circle-exclamation

Syntax

chevron-rightIsValidEmailaddress(email_address)hashtag

IsValidEmailaddress("[email protected]") => True

IsValidEmailaddress("hssp:\vvv.abcd.org/") =>False

Parameters

Name
Type
Required
Description

email_address

text

☑️

the email address that is validated by the function

Last updated

Was this helpful?