i have a valid email [email protected] but the isValid function is incorrectly checking if the left side is greater than 1 character
please use a more standardized way to validate emails, e.g.
var_dump(filter_var('[email protected]', FILTER_VALIDATE_EMAIL));
i have a valid email
[email protected]but theisValidfunction is incorrectly checking if the left side is greater than 1 characterplease use a more standardized way to validate emails, e.g.
var_dump(filter_var('[email protected]', FILTER_VALIDATE_EMAIL));