Hi All,
I want to validate multiple email addresses in GWT.
I used VType.Email but it validates a single email address only and does not accept comma or any other seperator.
I searched for regex for multiple email addresses and i found:
but it validates the first email address entered, and after comma it accepts anything entered.
Can any one help to validate multiple email addresses in GWT as i used
Pattern class of
java but it is not supported in gwt, it does not allow my application to run.
i want to validate multiple email addresses entered using seperator.
Thanks in advance