Syntax:
- OR(
- NOT(
- REGEX( Emails__c , “([a-zA-Z0-9._-][email protected][a-zA-Z]+.[a-zA-Z,]{2,4})*”)
- ),
- RIGHT( Emails__c , 1 ) = “,”
- )