I need help to create a regular expression to validate an input which can be:
- null,
- one email address,
- multiple email separated by commas.
These should be valid:
I need help to create a regular expression to validate an input which can be:
- null,
- one email address,
- multiple email separated by commas.
These should be valid:
I have a form with ValidationTextBox inputs like this one :