hyprlink
v1.1.0
Published
Hyperlink recognizer
Downloads
5
Readme
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', ' )' ]