dojox.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.
parameter | type | description |
---|---|---|
value | String | A string |
flags | Object | Optional. An object (same as dojo.validate.isEmailAddressList) |