Skip to content

finngreiter/hyprlink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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', ' )' ]

About

Hyperlink recognizer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published