In my application I validate emails; but we can give more than one email address separated with a semicolon (";"). How can I write the validation expression?
My emails look like this:
"[email protected];[email protected];[email protected] "
How can I write a regular expression for this?