Implementation of validation strategy interface.

category Formagic
package Rule
subpackage EmailValidation
author Marc Schrader
author Florian Sonnenburg
copyright Copyright (c) 2007-2011 Florian Sonnenburg
version $Id: $

 Methods

Checks an email address by regex.

isValidEmailAddress(string $mailAddress) : boolean

Parameters

$mailAddress

string

Returns

boolean

 Properties

 

Email Regex

$_regex : string