Determines whether a given string is a valid email address.
true if the input is a valid email address, false otherwise.
true
false
The string to validate.
Generated using TypeDoc
Determines whether a given string is a valid email address.
Returns
true
if the input is a valid email address,false
otherwise.