1

I need regular expression for multiple emails allowing comma and semicolon both.

I have used this pattern for comma separated emails:

[RegularExpression(RegexStrings.MULTIEMAILS, ErrorMessage = "Please enter valid email address(es)")]

But it is not working for semicolons.

What is the correct expression for multiple emails following either comma or semicolon with them?

kmatyaszek
  • 18,340
  • 9
  • 55
  • 62
Ninad More
  • 233
  • 4
  • 11
  • 1
    Possible duplicate of http://stackoverflow.com/questions/9809357/regex-for-validating-multiple-e-mail-addresses – PinnyM Oct 11 '12 at 16:18
  • possible duplicate of [Using a regular expression to validate an email address](http://stackoverflow.com/questions/201323/using-a-regular-expression-to-validate-an-email-address) – Shiplu Mokaddim Oct 11 '12 at 16:20

0 Answers0