Skip to content

AdelMahjoub/js-url-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL validator

Check if a given string is a valid url.

install

$ npm install --save url_validator

Usage

var isUrl = require("url_validator");

/*

isUrl(string) 

returns true if string is a valid url
returns false if string is not a valid url

*/

About

check if a given string is a valid url

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published