Skip to content
This repository was archived by the owner on Aug 11, 2022. It is now read-only.

kewah/regex-url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Regex to match an url

Resources

License

Stars

Watchers

Forks

Packages

No packages published