1.0.2 • Published 9 years ago

url-regexp v1.0.2

Weekly downloads
24,219
License
BSD-3-Clause
Repository
github
Last release
9 years ago

Travis build status NPM version

RegExp object to match and validate URL(s).

var URLRegExp = require('url-regexp');
URLRegExp.validate('input string');

URLRegExp.match() will return all valid URLs from the string.

URLRegExp.match('input string');

Download using NPM:

npm install url-regexp