url-regexp
v1.0.2
Published
RegExp object to match and validate URL(s).
Readme
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