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

URL Validator #11

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 URL validation.

Acceptance Criteria:

  1. URL Validator function validates URLs using Regex
  2. URL validator funciton returns Success or Failure
  3. URL validator function returns message on Failure