ansman/validate.js

Multiple Email Addresses

Opened this issue · 1 comments

What's the proper way to validate multiple email addresses in a form field that are seperated by a delimiter? Couldn't find documentation on this.

Just split and validate every address in the returning array:
https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/String/split