IS EMAIL - Validate the email address (Reports & Settings Report Generator function)

From Catalyst
Jump to: navigation, search

Syntax

$IS_EMAIL{address}

Description

Tests to see if the email address specified has a valid email format.

Please note, this does not check that the email address actually exists only that the characters used are valid for email addresses.


Parameters

address
A text parameter that can not be omitted.
Input email address.

Returns

A numeric value.

1
Valid email format.
0
The format of the email address is not valid.

See also

$IS_WEBSITE.