Functiondojox.validate.getEmailAddressList

dojo.require("dojox.validate.web");
defined in dojox/validate/web.js

Check if value is an email address list. If an empty list is returned, the value didn't pass the test or it was empty.

Usage

function (/*String*/ value, /*Object?*/ flags) (view source)
parametertypedescription
valueStringA string
flagsObjectOptional. An object (same as dojo.validate.isEmailAddressList)