IsEmail

The base module of IsEmail.

It exposes a single method, validate.

Summary

Functions

Loosely checks whether a given string is an email

Functions

validate(email)

Loosely checks whether a given string is an email.

Args:

  • email - the email to validate, string

Returns a boolean.