I am using this regular expression for validating one email.
/^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$/
How to validate multiple email addresses in a text box or text area with comma (,) and semicolon (;) separated at a time using PHP.
example: [email protected],[email protected];[email protected],[email protected]