regex-url

1.0.0 • Public • Published

regex-url

Regex to match an url.

Install

With npm do:

$ npm install regex-url --save-dev

Usage

var regexUrl = require('regex-url');
console.log('Favourite website https://github.com/'.match(regexUrl));

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i regex-url

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • kewah