Module: helpers

helpers

Source:

Methods

<static> validateEmail(email) → {Boolean}

Simple e-mail validation with RegEx
Parameters:
Name Type Description
email Text E-Mail address to validate
Source:
Returns:
whether or not this is a valid e-mail address
Type
Boolean