Returns a boolean value denoting whether the input string is a valid email string
Returns true
isEmail("foo@bar.com");
Returns false
isEmail("foo.com");
Generated using TypeDoc
Returns a boolean value denoting whether the input string is a valid email string
Example
Returns true
Example
Returns false