Open GoogleCodeExporter opened 8 years ago
hey all,
I got the answer, the below regular expression works for validating multiple
email
addresses seperated by comma:
[code]
^(\s*,?\s*[0-9a-zA-Z]([-.\w]*[0-9a-zA-Z])*@([0-9a-zA-Z][-\w]*[0-9a-zA-Z]\.)+[a-z
A-Z]{2,9})+\s*$
[/code]
Original comment by purohitp...@gmail.com
on 7 Jun 2010 at 11:01
Hello Punam,
I tried to use your code and it doesn't work. I think \s is not a valid java
escape character. could you please let me know how this work? or if u have
sample code, that would be great
Original comment by hakkindu...@gmail.com
on 4 Oct 2013 at 9:56
Original issue reported on code.google.com by
purohitp...@gmail.com
on 7 Jun 2010 at 9:05