Signature
path=null start=null
Parameters
- email:
string- The string to be checked.
Returns
boolean - True if the string is a valid email, false otherwise.
Checks if a string is a valid email.
string - The string to be checked.boolean - True if the string is a valid email, false otherwise.