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

From Catalyst
Revision as of 06:51, 17 January 2017 by ThrashBot (talk | contribs) (Updated from revision control)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.