1.1.0 • Published 4 years ago

hyprlink v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

hyprlink

example:

const hyprlink = require('hyprlink');
console.log(
  hyprlink(
    'The most popular search engine in the world is Google: https://google.com ( there is also bing: https://bing.com )'
  )
);

returns: [ 'The most popular search engine in the world is Google: ', 'https://google.com', ' ( there is also bing: ', 'https://bing.com', ' )' ]