I want to check the input is an email inside the validation class.I use custom validation for that because of the email comes as a list separated by commas.I want to get email one by one and validate them. Can I check whether email is valid without using regex?
Thank you.