URL Validator Plugin for Composed Validations Library
This is the Official URL Validator Plugin for the Composed Validations Library.
Installation
npm install cv-url
How to Use
var validations = ;var urlValidator = validations; urlValidator; // will return http://www.RegExr.comurlValidator; // false (will throw an error with the error message: is not a valid url)
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D