validators\EmailValidator $fullPattern

$fullPattern public property

The regular expression used to validate email addresses with the name part. This property is used only when $allowName is true.

See also $allowName.

public string $fullPattern = '/^[^@]*<[a-zA-Z0-9!#$%&\'*+\\/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&\'*+\\/=?^_`{|}~-]+)*@(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?>$/'
doc_Yii
2016-10-30 17:13:34
Comments
Leave a Comment

Please login to continue.