Hi All,
I am using below regular expression to check the mail validation and it should allow only outlook.com with comma
^\w+([-+.']\w+)*@outlook.com(, ?\w+([-+.']\w+)*@outlook.com)*$
It is allowing only one mail at a time if I am writing
sbc@outlook.com,cft@outlook.com it is not accepting
Please suggest
Go to the complete details ...