IsEmailAddress

Overview

Evaluates a string value and determines if that string value contains a valid email address. This function returns a Boolean value based on the evaluation.

Syntax

IsEmailAddress(1)

Function Properties

Ordinal Type Description
1 string Required String to evaluate

Example

<script runat="server">
     Platform.Function.IsEmailAddress("acruz@example.com");
</script>
Last Updated: Jun 8, 2021