For the complete documentation index, see llms.txt. This page is also available as Markdown.

IsValidEmailAddress

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.

Syntax

IsValidEmailaddress(email_address)

IsValidEmailaddress("noreply@wem.io") => 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?