checkEmail()
checkEmail(string $email) : boolean
Checks that the parameter match the email format
Parameters
| string | Email address to check |
Returns
boolean —Returns true if the parameter match the email format, false otherwise