IsEmailAddress

Overview

Returns a true or false result indicating whether the string value passed in contains a valid email address. This function uses the same email validation logic as the rest of the application.

Syntax

IsEmailAddress(1)

Function Properties

Ordinal Type Description
1 string Required Email address to validate

Usage

If the email address joe@example.com is valid, then the function listed below will return a 'true' value. Otherwise, the function below returns a 'false' value.

IsEmailAddress('joe@example.com')
Last Updated: Jun 8, 2021