centripetum / toolkit

A component toolkit to be used with the Centripetum platform. https://github.com/orgs/centripetum/projects/1
MIT License
0 stars 0 forks source link

Email Address Validator #12

Closed the-hanalyst closed 5 years ago

the-hanalyst commented 5 years ago

Solution Notes: This validator takes the base validator and composes a function that is specific for Email address validation.

Acceptance Criteria:

  1. Email Address Validator function validates Email Address input using Regex
  2. Email Address validator funciton returns Success or Failure
  3. Email Address validator function returns message on Failure